render_markdown_with_math
Convert markdown with LaTeX equations to HTML with embedded SVG equations using the UpMath API. Supports TikZ diagrams and syntax validation without local TeX installation.
Instructions
Render markdown containing $$...$$ LaTeX to HTML with embedded SVG equations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown with $$...$$ LaTeX equations | |
| saveTo | No | File path to save HTML output |