typora_render_html
Render Markdown files or text into standalone HTML styled with Typora's CSS themes, inlining base and theme styles for portable, shareable documents.
Instructions
Render Markdown content or an input Markdown file into a standalone, portable HTML document styled with Typora's exact CSS themes (inlining base.css and theme styling into #write container).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Typora theme to use for styling (e.g. 'github', 'night', 'newsprint', 'pixyll', 'whitey'). Defaults to the active Typora theme. | |
| content | No | Direct Markdown text to render (used if input_path is not specified). | |
| input_path | No | Path to the source Markdown file to render. | |
| output_path | No | Optional destination HTML file path. If omitted, the HTML string is returned directly in the response. |