Releases: xoofx/markdig
Releases · xoofx/markdig
0.41.1
0.41.0
Changes
✨ New Features
🐛 Bug Fixes
🚀 Enhancements
- Replace encoding polyfill with NET5+ one. (PR #851) by @Akarinnnnn
- Implemented better indent control in TextRendererBase (PR #838) by @Melodi17
- A couple perf improvements (PR #864) by @MihaZupan
- Infer pipe table column widths from separator row (PR #863) by @Amberg
- Improve Alert parsing perf (PR #866) by @MihaZupan
- Update to CommonMark 0.31.2 (PR #867) by @MihaZupan
🏭 Tests
- Update tests (09a4b81)
📚 Documentation
📦 Dependencies
- Update dependencies NuGet (5b32391)
Full Changelog: 0.40.0...0.41.0
Published with dotnet-releaser
0.40.0
Changes
🐛 Bug Fixes
- Fix errors in LinkHelper and LinkInlineParser. (PR #837) by @snnz
- Check that the alert candidate is not already in an alert block or nested within other elements. (PR #842) by @snnz
- Fixes exception in DefinitionListParser.GetCurrentDefinitionList() (PR #843) by @snnz
- Prevent GridTableParser from looking beyond the end of a line. (PR #844) by @snnz
Full Changelog: 0.39.1...0.40.0
Published with dotnet-releaser
0.39.1
Changes
🐛 Bug Fixes
- Fix an incorrect offset in GridTableParser. (PR #834) by @snnz
- Include opening and closing pipes in the table span (PR #835) by @snnz
- Fix an error in the AbbreviationParser. (PR #836) by @snnz
🧰 Maintenance
- Update ci badge (fdaef77)
Full Changelog: 0.39.0...0.39.1
Published with dotnet-releaser
0.39.0
Changes
🐛 Bug Fixes
- Fix extra line feeds in link title (PR #826) by @snnz
- Fix incorrect emphasis span calculation. (PR #829) by @snnz
- Set delimiter char and count in CustomContainerInline instances. (PR #831) by @snnz
- Set the correct source location in Footnote and FootnoteLinkReferenceDefinition (PR #832) by @snnz
🚀 Enhancements
- Add .NET 9 target, drop .NET 6 (PR #828) by @MihaZupan
🧰 Misc
- Update readme.md (310a55c)
Full Changelog: 0.38.0...0.39.0
Published with dotnet-releaser
0.38.0
Changes
🐛 Bug Fixes
- Update DiagramExtension.cs (PR #823)
🚀 Enhancements
- Rename a variable (PR #817) by @ehsankalafchi
📚 Documentation
- Fix mermaid link in readme.md (PR #808) by @digvijayad
Full Changelog: 0.37.0...0.38.0
Published with dotnet-releaser
0.37.0
Changes
🐛 Bug Fixes
- Fix issues for math span calculation (PR #785) by @toothache
- Fix invalid setext heading (#785) (000393f)
🚀 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
Full Changelog: 0.36.2...0.37.0
Published with dotnet-releaser
0.36.2
0.36.1
0.36.0
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 (201aa4e)
Full Changelog: 0.35.0...0.36.0
Published with dotnet-releaser