convert_markdown_to_html
Convert Markdown files to HTML documents, with optional CSS support for styling.
Instructions
Convert Markdown to HTML.
Args: input_path: Path to input Markdown file output_path: Optional output HTML path css: Optional CSS file to include
Returns: Output path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |