Releases: logue/umd-core
Releases · logue/umd-core
Release list
0.1.0
umd v0.1.0
Initial public release of Universal Markdown (UMD), a Rust-first Markdown parser with CommonMark/GFM compatibility, semantic HTML output, and UMD legacy syntax support.
Highlights
- CommonMark + GFM support (tables, footnotes, task lists, strikethrough)
- UMD legacy syntax compatibility (decorations, plugins, block formats)
- Mermaid SSR and Syntect syntax highlighting (native)
- Media auto-detection from Markdown image syntax
- Frontmatter extraction and structured footnote output
- WASM support via
wasm-bindgen
Security
- HTML sanitization by default
- Dangerous URL schemes blocked
- Plugin outputs are emitted as safe
<template>blocks
Install
[dependencies]
umd = "0.1.0"See CHANGELOG.md for details and SECURITY.md for vulnerability reporting.