Markdig Versions Save

A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET

0.37.0

1 month ago

Changes

🐛 Bug Fixes

  • Fix issues for math span calculation (PR #785) by @toothache
  • Fix invalid setext heading (#785) (000393f4)

🚀 Enhancements

  • Add bootstrap alert renderer (PR #782) by @Abrynos
  • Make alert block headers case-invariant (PR #784) by @Abrynos
  • Support for YouTube Shorts embedding (PR #786) by @MartinZikmund

🧰 Misc

  • Update readme.md (fd226d53)
  • Update parsing-extensions.md (c75a11ec)

Full Changelog: 0.36.2...0.37.0

Published with dotnet-releaser

0.36.2

2 months ago

Changes

🐛 Bug Fixes

  • Fix missing code in commit for #780 (f48331d6)

Full Changelog: 0.36.1...0.36.2

Published with dotnet-releaser

0.36.1

2 months ago

Changes

🐛 Bug Fixes

  • Fixes #780 where only the first paragraph of an alert block is processed. (6549d3b7)

Full Changelog: 0.36.0...0.36.1

Published with dotnet-releaser

0.36.0

2 months ago

Changes

🐛 Bug Fixes

  • Fix math source span (PR #779) by @toothache

🚀 Enhancements

  • Add support for GitHub alert blocks (PR #776)

📚 Documentation

  • Fixed a typo in MathSpecs.md (PR #773) by @hhyyrylainen

🧰 Misc

  • Try to use the reusable workflow (201aa4ef)

Full Changelog: 0.35.0...0.36.0

Published with dotnet-releaser

0.35.0

2 months ago

Changes

✨ New Features

  • Add nuget.org only config (8f008e45)

🚀 Enhancements

  • Use C# 12 syntax (PR #761) by @iamcarbon
  • Eliminate various string allocations (PR #769) by @iamcarbon

🧰 Maintenance

  • Update ci.yml with nuget config (eb8fe156)

🏭 Tests

  • Fix tests (fb71dff0)

🧰 Misc

  • Update projects to net8.0 (2f903697)
  • Remove net7.0 from CI (39957094)
  • Use ubuntu for the CI (adce9797)

Full Changelog: 0.34.0...0.35.0

Published with dotnet-releaser

0.34.0

5 months ago

Changes

🐛 Bug Fixes

  • Make StringLineGroup returns a count limited Enumerator (PR #759) by @Akarinnnnn
  • Fix source span calculation for LineBreakInline (PR #760) by @zickb

🚀 Enhancements

  • Update Visual Studio editor link (PR #749) by @michaelvolz
  • .NET 8.0 and a few other perf improvements (PR #751) by @MihaZupan
  • A few more perf improvements (PR #753) by @MihaZupan

🧰 Misc

  • Update packages (f52ecee0)

Full Changelog: 0.33.0...0.34.0

Published with dotnet-releaser

0.33.0

8 months ago

Changes

🐛 Bug Fixes

  • Fix source span calculation (PR #733) by @zickb

🧰 Misc

  • Better literal delimiter content string slice (PR #736) by @zickb

Full Changelog: 0.32.0...0.33.0

Published with dotnet-releaser

0.32.0

9 months ago

Changes

🐛 Bug Fixes

  • Make AllowNull internal to prevent conflicts (PR #726) by @mkapahnke

🚀 Enhancements

  • Add line count check to avoid out of range (PR #710) by @valterc
  • Add relative path support for Audio and Video Urls to MediaLinks Extension (PR #723) by @RickStrahl

📚 Documentation

  • Made the markdown class not partial and fixed the ToPlainText summary. (PR #724) by @DeveloPoel

Full Changelog: 0.31.0...0.32.0

Published with dotnet-releaser

0.31.0

1 year ago

Changes

✨ New Features

  • Add Contributing Docs (PR #674) by @wbaldoumas

🐛 Bug Fixes

  • Fix incorrect setext heading source span (PR #696) by @artempyanykh

🚀 Enhancements

  • Option to set controls attribute for MediaLinks (PR #672) by @LukeTOBrien
  • Allow YAML front matter in the middle of the document (PR #701) by @yufeih

🧰 Misc

  • Copyedit the grid table extension documentation (PR #678) by @waldyrious
  • Drop netcoreapp3.1 target (PR #685) by @iamcarbon
  • Bump .NET framework target to net462 (PR #690) by @iamcarbon
  • Enable ImplictUsings and use file-scoped namespaces (PR #693) by @iamcarbon
  • Update specs (8155a1e3)

Full Changelog: 0.30.4...0.31.0

Published with dotnet-releaser

0.30.4

1 year ago

Changes

🐛 Bug Fixes

  • Fix ANE when parsing empty documents with trackTrivia enabled (PR #666) by @meziantou

Full Changelog: 0.30.3...0.30.4

Published with dotnet-releaser