Format Markdown to HTML
Converts safe markdown features into deterministic HTML without external libraries.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
markdown | text | Yes | Markdown |
Outputs
| Name | Type | Description |
|---|---|---|
html | text | Html |
work | array | Work |
Sample request
{
"markdown": "# Title\n\n- One\n- Two"
}