Skip to content

Releases: wooorm/markdown-rs

1.0.0-alpha.4

25 Nov 11:59
af96212
Compare
Choose a tag to compare
  • eea185e Fix double setext heading underlines
  • 4f77634 Fix GFM task list checkboxes followed by eol
  • 48823f0 Fix attention starting and ending in different links
  • 5d5e945 Fix GFM autolink literals that end in in GFM table pipes
  • e485745 Fix GFM tables to require a non-pipe in header row
  • 7bf7e86 Refactor to always resolve edit maps
  • d5ae7bb Remove unneeded extern crates
    by @Hocdoc in #28
  • 34ea284 Refactor code-style for Rust 1.65
    by @Hocdoc in #29

Full Changelog: 1.0.0-alpha.3...1.0.0-alpha.4

1.0.0-alpha.3

26 Oct 11:30
b910e37
Compare
Choose a tag to compare
  • e139a80 Fix GFM autolink literals after tabs
  • db3c46a Fix GFM tables interfering with other constructs
  • ccf6775 Fix container close after unclosed fenced code, w/ eol
  • 8b41cfa Fix type of start on list in mdast

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3

1.0.0-alpha.2

25 Oct 11:09
cd782d3
Compare
Choose a tag to compare

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

1.0.0-alpha.1

14 Oct 13:02
a7f1e8c
Compare
Choose a tag to compare

⚠️