slideshare/public/themes-manifest.json
Michael Mainguy 84b2d233a7 Add JavaScript syntax highlighting with Highlight.js
- 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>
2025-08-21 21:18:11 -05:00

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"
}