A release-note table
| Change | Status | | --- | --- | | New API | - [x] Ready |
Produces semantic table and task-list markup from the GFM source, rather than a string of hand-written replacement rules.
Exact supported inputs, outputs, limits, and primary sources for the current implementation.
Capability claims last reviewed September 9, 2026. Review dates describe the implementation audit, not content freshness by itself.
Most Markdown-to-HTML pages make the preview and copied markup follow different paths, quietly allow raw HTML, or load every image URL pasted into the editor. This workbench creates both views from one constrained document model: Markdown and GFM are supported, raw HTML is omitted, unsafe URL schemes are removed, and image sources are retained for export without being requested during preview. The outline and checks help an author catch a skipped heading or missing image text alternative before publishing.
Tooleras keeps this page specific to the job above instead of claiming support for adjacent formats, platforms, or edge cases it cannot verify. Open the capability guide for the exact inputs, outputs, limits, and sources.
| Change | Status | | --- | --- | | New API | - [x] Ready |
Produces semantic table and task-list markup from the GFM source, rather than a string of hand-written replacement rules.

Keeps the eligible image source and alt text in copied HTML, while the local preview uses a visible placeholder and makes no image request.
<script>alert(1)</script> [bad](javascript:alert(1))
Drops the raw HTML, removes the unsafe destination, and explains the safety decision instead of claiming arbitrary HTML was sanitized.