Markdown previewer
hopi_markdown_previewerRender a small, safe subset of markdown to HTML: headings (# to ###), bold, italic, links (http, https or mailto only), inline code, fenced code blocks, bulleted and numbered lists, and blockquotes. Every character is HTML-escaped first, so raw HTML is shown as text and never executed. Source: https://hopi.co.uk/markdown-previewer/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The markdown source to render |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |