Markdown to HTML
fc_md_to_htmlConvert Markdown files to styled HTML documents ready for PDF printing via browser. Optionally set a document title for the output.
Instructions
Converts Markdown to formatted HTML (printable as PDF).
Args:
input_path (string): Path to Markdown file
output_path (string): Path to HTML output
title (string, optional): Document title
Generates 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 |