Markdown to HTML
fc_md_to_htmlConvert Markdown files to standalone, styled HTML documents. Specify input and output paths; optionally set a document title. The generated HTML can be printed as PDF via a browser.
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 |
|---|---|---|---|
| input_path | Yes | Markdown file | |
| output_path | Yes | HTML output | |
| title | No | Document title |