diff --git a/doc/preview.txt b/doc/preview.txt index ed3c13e..f16b1ae 100644 --- a/doc/preview.txt +++ b/doc/preview.txt @@ -183,8 +183,8 @@ override individual fields by passing a table instead: >lua `latex` latexmk -pdf → PDF (with clean support) `pdflatex` pdflatex → PDF (single pass, no latexmk) `tectonic` tectonic → PDF (Rust-based LaTeX engine) - `markdown` pandoc → HTML (standalone, embedded) - `github` pandoc → HTML (GitHub-styled, `-f gfm` input) + `markdown` pandoc → HTML (standalone, KaTeX math) + `github` pandoc → HTML (GitHub-styled, `-f gfm`, KaTeX math) `asciidoctor` asciidoctor → HTML (AsciiDoc with SSE reload) `plantuml` plantuml → SVG (UML diagrams, `.puml`) `mermaid` mmdc → SVG (Mermaid diagrams, `.mmd`) @@ -193,34 +193,36 @@ override individual fields by passing a table instead: >lua Math rendering (pandoc presets): ~ *preview-math* -The `markdown` and `github` presets use `--mathml` by default, which converts -TeX math to native MathML markup rendered by the browser. This is the only -math option compatible with `--embed-resources` (self-contained HTML). +The `markdown` and `github` presets use `--katex` by default, which inserts a +`