Sourced from Markdig's releases.
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 (fdaef774)
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 (310a55c7)
Full Changelog: 0.38.0...0.39.0
Published with dotnet-releaser
fdaef77
Update ci badge733c028
Merge pull request #836
from snnz/fix-abbreviationbc41b0c
Existing test has been extended.a8de208
Merge pull request #835
from snnz/fix-pipetable-span2cff6c5
It's necessary to keep a copy of the original literal.Span.End, because
other...5e4a917
Fixes an error in the AbbreviationParser.aff8a68
A test has been added.b8a3c27
Merge pull request #834
from snnz/fix-gridtables68659f4
Include opening and closing pipes in the table spane92a809
Fixes an incorrect offset in GridTableParser.