This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
ReleasePort's take
Light signalVersion 0.5.0 of Swift‑Markdown adds GFM tables with horizontal scroll, task lists, blockquotes, strikethrough, standard image links, underscore emphasis, Setext headings, and improved bullet rendering.
Why it matters: These feature additions expand Markdown capabilities for developers and SREs handling documentation pipelines; no measurable trigger (e.g., adoption % or deadline) is specified in the release facts.
Summary
AI summaryAdds tables, task lists, blockquotes, strikethrough, standard image links, underscore emphasis, setext headings and thematic breaks.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds GFM tables with horizontal scroll for wide tables Adds GFM tables with horizontal scroll for wide tables Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds GFM task lists with toggleable checkboxes Adds GFM task lists with toggleable checkboxes Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds GFM blockquote nesting with stacked bars Adds GFM blockquote nesting with stacked bars Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds GFM strikethrough syntax (`~~text~~`) Adds GFM strikethrough syntax (`~~text~~`) Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds standard image link syntax (``) alongside existing `![[name]]` Adds standard image link syntax (``) alongside existing `![[name]]` Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds underscore emphasis syntax (`_italic_`, `__bold__`) Adds underscore emphasis syntax (`_italic_`, `__bold__`) Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds Setext headings (`===` / `---` underlines) and thematic breaks (`---`/`***`) Adds Setext headings (`===` / `---` underlines) and thematic breaks (`---`/`***`) Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Adds backslash escape support in Markdown Adds backslash escape support in Markdown Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Improves bullet rendering via overlay, keeping raw Markdown portable on copy/save Improves bullet rendering via overlay, keeping raw Markdown portable on copy/save Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Medium |
Aligns space‑indented nesting behavior to CommonMark/GitHub standards Aligns space‑indented nesting behavior to CommonMark/GitHub standards Source: llm_adapter@2026-05-26 Confidence: high |
— |
| Feature | Low |
Auto‑converts pasted HTML tables from browsers into Markdown table syntax Auto‑converts pasted HTML tables from browsers into Markdown table syntax Source: granite4.1:30b@2026-05-26-audit Confidence: low |
— |
Full changelog
New
- Tables —
| col | col |, with horizontal scroll for wide tables - Task lists —
- [ ]/- [x], click to toggle - Blockquotes —
> quote, nested with stacked bars - Strikethrough —
~~text~~ - Standard image links —
(in addition to![[name]]) - Underscore emphasis —
_italic_,__bold__ - Setext headings (
===/---underlines), thematic breaks (---/***), backslash escapes
Improvements
- Bullets render via overlay:
-/*/+storage stays raw Markdown; the•glyph is drawn, not stored. Copy, save, and.mdfiles are now portable Markdown. Legacy\t•content keeps rendering correctly. - Space-indented nesting (
- foo= 1 level) now matches CommonMark / GitHub behavior. - HTML table paste from browsers (Claude.ai, GitHub) auto-converts to Markdown table syntax.
Public API
No breaking changes — embedders don't need to update integration code.
What's Changed
- Merge @xVanTuring GFM features + local bug fixes by @luca-chen198 in https://github.com/nodes-app/swift-markdown-engine/pull/37
Full Changelog: https://github.com/nodes-app/swift-markdown-engine/compare/0.4.1...0.5.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Swift-Markdown-engine
All releases →Related context
Related tools
Featured in
Beta — feedback welcome: [email protected]