Ocideck/lib/widgets
Brenno de Winter 169a7a8bff Render fenced code (syntax highlight) and LaTeX math in free Markdown
The free-Markdown slide preview now parses block-level content:
- ```lang fenced code blocks render with highlight.js colouring
  (flutter_highlight); unknown languages fall back to plain monospace
  instead of throwing.
- $$…$$ display math renders via flutter_math_fork (KaTeX), with a plain
  fallback on parse errors.

Because the preview feeds the export rasterizer, code and math now also
appear in PDF/PPTX output. Adds flutter_highlight, flutter_math_fork and
highlight dependencies.

Tests: code block highlighted, math rendered, unknown language safe.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:59:14 +02:00
..
dialogs Export speaker notes to PPTX; fix stale README CI reference 2026-06-04 00:51:09 +02:00
editors Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
panels Add Ctrl/Cmd+O open shortcut and bulk copy-slides-to-another-deck 2026-06-03 21:56:51 +02:00
presentation Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
slides Render fenced code (syntax highlight) and LaTeX math in free Markdown 2026-06-04 00:59:14 +02:00
app_shell.dart Add Ctrl/Cmd+O open shortcut and bulk copy-slides-to-another-deck 2026-06-03 21:56:51 +02:00