Markdown to HTML
cc_md_to_htmlConvert any markdown file into a styled, standalone HTML page that prints as a PDF. Specify input markdown path and output HTML location, with optional document title.
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 |
|---|---|---|---|
| input_path | Yes | Markdown file | |
| output_path | Yes | HTML output | |
| title | No | Document title |