preview.nvim/lua/preview
Barrett Ruth 872a8edd71
fix(presets): add --mathml to markdown and github pandoc args
Problem: pandoc's default HTML math renderer cannot handle most TeX and
dumps raw LaTeX source into the output. `--mathjax` and `--katex` are
incompatible with `--embed-resources` because pandoc cannot inline
dynamically-loaded JavaScript modules and fonts.

Solution: add `--mathml` to both `markdown` and `github` preset args.
MathML is rendered natively by all modern browsers with no external
dependencies, making it the only math option compatible with
self-contained HTML output.
2026-03-06 13:23:31 -05:00
..
commands.lua fix: lifecycle cleanup and defensive runtime checks (#29) 2026-03-04 14:02:16 -05:00
compiler.lua refactor(compiler): replace 7 state tables with unified BufState (#52) 2026-03-05 23:58:19 -05:00
diagnostic.lua fix(presets): correct error parsers for real compiler output (#11) 2026-03-03 14:14:59 -05:00
health.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init.lua feat: add extra_args provider field (#51) 2026-03-05 22:26:28 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua fix(presets): add --mathml to markdown and github pandoc args 2026-03-06 13:23:31 -05:00
reload.lua fix(reload): bind SSE server to port 0 for OS-assigned port (#21) 2026-03-03 17:46:04 -05:00