Markdown to Docx Node
Converts Markdown text to a Docx file.
Inputs
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Markdown Text | markdown | botdojo/types/string | null |
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Node Description | nodeDescription | botdojo/types/description | Converts markdown text to a Word (.docx) document. Features: - Maintains formatting such as headings, lists, links, and code blocks - Lets you choose a font family - Allows custom filename specification (as property or input) with automatic sanitization Usage: 1. Enter your markdown text 2. Optionally select a font and/or filename (as property or input) 3. Run the flow to generate and download the DOCX file. | null | ✅ |
| Font Family | fontFamily | botdojo/types/options | Choose the font family to use in the generated DOCX document. Select from common fonts or choose 'Custom' to specify your own. | Arial,Calibri,Times New Roman,Helvetica,Georgia,Verdana | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Docx File | docx | botdojo/types/file_reference | null |