Skip to content

Releases: srhopkins/atomdown

Release list

Atomdown v0.1.0

Choose a tag to compare

@srhopkins srhopkins released this 29 Aug 03:15

First release of Atomdown Core 1: persistent block IDs, groups, and extensible metadata for Markdown. Documents stay valid CommonMark.

Included

  • Pure-Go library and CLI: parse, tokens, lint, xml, strip, materialize, id
  • materialize inserts ID markers for unmarked blocks automatically
  • lint accepts mixed documents by default; --strict reports unmarked blocks
  • Language-neutral conformance suite (conformance/) for second implementations
  • XSD 1.0 schema for the normalized XML model
  • MIT license

Install

go install github.com/srhopkins/atomdown/cmd/atomdown@v0.1.0

Or download a binary below (macOS/Linux, amd64/arm64).