convert_md_to_hwpx
Convert Markdown files to HWPX documents without a reference template. Auto-generates cover page, headers/footers, numbered headings, tables, code blocks, lists, and blockquotes.
Instructions
Convert a Markdown file to HWPX format.
Use this when the user wants to create an HWPX document from a Markdown file WITHOUT providing a reference HWPX template. Generates a complete document with cover page, page headers/footers, heading auto-numbering, native tables, code blocks, lists, and blockquotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title (shown on cover page and page header). Defaults to filename. | |
| author | No | Document author (shown on cover page). | |
| input_md | Yes | Absolute path to the input .md file. | |
| language | No | Document language code (default: "ko"). | ko |
| output_hwpx | Yes | Absolute path for the output .hwpx file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |