Markdown to HTML
cc_md_to_htmlTransform Markdown files into styled HTML pages with CSS formatting, suitable for printing as PDF via browser.
Instructions
Converts Markdown to formatted HTML (printable as PDF).
Args:
input_path (string): Path to the Markdown file
output_path (string): Path to the HTML output
title (string, optional): Document title
Produces standalone HTML with CSS styling, printable as PDF via browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title | |
| input_path | Yes | Markdown file | |
| output_path | Yes | HTML output |