convert_markdown_to_html
Convert Markdown files to HTML with customizable themes, table of contents, and custom CSS. Outputs are saved automatically to a specified directory for streamlined document processing.
Instructions
Enhanced Markdown to HTML conversion with beautiful styling and theme support. Supports GitHub, Academic, Modern, and Default themes with complete style preservation. Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customCSS | No | Additional custom CSS styles | |
includeTableOfContents | No | Generate table of contents | |
markdownPath | Yes | Markdown file path to convert | |
theme | No | Theme to apply | github |