Math in Markdown
Write TeX math in a Markdown block and TileDown typesets it to static SVG at build time. No client-side JavaScript, no web font, no MathJax. The glyphs are real outlines, the layout is exact, and it follows your light or dark theme.
Write TeX math in a Markdown block and TileDown typesets it to static SVG at build time. No client-side JavaScript, no web font, no MathJax. The glyphs are real outlines, the layout is exact, and it follows your light or dark theme.
Author charts inline with a fenced code block. TileDown renders static SVG, no client runtime, using the same notation as MarkdownPDF.
Author diagrams inline with a fenced mermaid block. Flowcharts render through the mermaid runtime; a pie renders as a static SVG chart, matching MarkdownPDF.
TileDown keeps Markdown on disk as the source of truth while deriving typed output.
A source folder can publish at a different slug while references still resolve.