- Implement safe markdown processing with marked and DOMPurify - Add markdown-slide layout template with dedicated markdown slots - Support auto-detection of markdown content in text slots - Include comprehensive markdown styling (lists, headers, code, quotes, tables) - Maintain security with HTML sanitization and safe element filtering - Add markdown documentation to theme creation guidelines 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
176 B
HTML
5 lines
176 B
HTML
<div class="fade-in slide layout-title-slide">
|
|
<h1 class="slot title-slot" data-slot="title" data-placeholder="Presentation Title" data-required>
|
|
{{title}}
|
|
</h1>
|
|
</div> |