- Implement code highlighting utility using Highlight.js library - Add dedicated code-slide layout with proper pre/code structure - Update HTML sanitizer to allow pre and code elements - Add comprehensive VS Code dark theme syntax colors - Fix whitespace preservation in highlighted code blocks - Support code slot type in template rendering system - Add code-specific styling and editor improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"themes": {
|
|
"default": {
|
|
"id": "default",
|
|
"cssFile": "style.css",
|
|
"layouts": [
|
|
"2-content-blocks",
|
|
"code-slide",
|
|
"content-slide",
|
|
"image-slide",
|
|
"markdown-slide",
|
|
"title-slide"
|
|
],
|
|
"hasMasterSlide": true
|
|
}
|
|
},
|
|
"generated": "2025-08-22T02:15:00.761Z"
|
|
} |