Reference
Markdown to HTML
Overview
Heavstal Markdown Engine provides high-speed conversion of Markdown syntax into secure, sanitized HTML. It supports standard Markdown features including tables, code blocks, and lists.
Endpoint
POST /markdown
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| markdown | string | Required | The raw Markdown text to convert. |
Example Usage
javascript
Successful Response
json