-
released this
2025-11-25 07:59:07 +00:00 | 4 commits to master since this release📅 Originally published on GitHub: Tue, 25 Nov 2025 08:02:02 GMT
🏷️ Git tag created: Tue, 25 Nov 2025 07:59:07 GMTChanges
🧰 Misc
- feat(link-helper): improve ASCII normalization handling (PR #911) by @mos379
- Test netstandard (PR #915) by @MihaZupan
- Use central package management (
fb698598)
Full Changelog: 0.43.0...0.44.0
Published with dotnet-releaser
Downloads
-
released this
2025-10-21 06:39:20 +00:00 | 7 commits to master since this release📅 Originally published on GitHub: Tue, 21 Oct 2025 06:42:34 GMT
🏷️ Git tag created: Tue, 21 Oct 2025 06:39:20 GMTChanges
✨ New Features
- Add a basic fuzzing project (PR #903) by @MihaZupan
🐛 Bug Fixes
- Fix for table depth error when cell contains backticks (PR #891) by @phillip-haydon
- Fix issue where an inline code block that spans multiple lines doesn't parse correctly (PR #893) by @phillip-haydon
- Remove leading newline in block attributes (PR #896) by @Asttear
- Fix IndexOutOfRangeException in CodeInlineParser (PR #900) by @MihaZupan
- Fix build warnings (PR #899) by @MihaZupan
- Fix edge cases in EmphasisInlineParser (PR #902) by @MihaZupan
- Fix pipe table parsing with a leading paragraph (PR #905) by @MihaZupan
🚀 Enhancements
- add options for link inline (PR #894) by @danielklecha
- Move sln to slnx (PR #901) by @MihaZupan
- Lazily allocate storage for ProcessInlinesBegin/End delegates on Blocks (PR #906) by @MihaZupan
- Add another test for pipe tables (PR #907) by @MihaZupan
Full Changelog: 0.42.0...0.43.0
Published with dotnet-releaser
Downloads
-
released this
2025-09-11 07:07:26 +00:00 | 19 commits to master since this release📅 Originally published on GitHub: Thu, 11 Sep 2025 07:10:30 GMT
🏷️ Git tag created: Thu, 11 Sep 2025 07:07:26 GMTChanges
🐛 Bug Fixes
🚀 Enhancements
- Add support for a table without an extra new line before it (PR #885) by @dannyp32
- Add source position tracking for grid tables (PR #883) by @messani
Full Changelog: 0.41.3...0.42.0
Published with dotnet-releaser
Downloads
-
released this
2025-06-24 06:41:23 +00:00 | 28 commits to master since this release📅 Originally published on GitHub: Tue, 24 Jun 2025 06:44:29 GMT
🏷️ Git tag created: Tue, 24 Jun 2025 06:41:23 GMTChanges
🐛 Bug Fixes
📚 Documentation
- Update readme.md (PR #877) by @Mertsch
Full Changelog: 0.41.2...0.41.3
Published with dotnet-releaser
Downloads
-
released this
2025-06-05 05:58:45 +00:00 | 32 commits to master since this release📅 Originally published on GitHub: Thu, 05 Jun 2025 06:01:43 GMT
🏷️ Git tag created: Thu, 05 Jun 2025 05:58:45 GMTChanges
🐛 Bug Fixes
Full Changelog: 0.41.1...0.41.2
Published with dotnet-releaser
Downloads
-
released this
2025-04-28 08:31:23 +00:00 | 37 commits to master since this release📅 Originally published on GitHub: Mon, 28 Apr 2025 08:34:40 GMT
🏷️ Git tag created: Mon, 28 Apr 2025 08:31:23 GMTChanges
🐛 Bug Fixes
- Fix bug in
Markdown.ToPlainTextwith code blocks (PR #869) by @prozolic
Full Changelog: 0.41.0...0.41.1
Published with dotnet-releaser
Downloads
- Fix bug in
-
released this
2025-04-15 09:39:29 +00:00 | 39 commits to master since this release📅 Originally published on GitHub: Tue, 15 Apr 2025 09:42:50 GMT
🏷️ Git tag created: Tue, 15 Apr 2025 09:39:29 GMTChanges
✨ New Features
- Add AutoLinkOptions.AllowDomainWithoutPeriod (PR #859) by @JamesNK
🐛 Bug Fixes
- chore: update repository's github path (PR #861) by @Meir017
🚀 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 (
09a4b81a)
📚 Documentation
- Fix
MathInlineis called "math block" (PR #865) by @RamType0
📦 Dependencies
- Update dependencies NuGet (
5b323913)
Full Changelog: 0.40.0...0.41.0
Published with dotnet-releaser
Downloads
-
released this
2025-01-10 07:51:10 +00:00 | 80 commits to master since this release📅 Originally published on GitHub: Fri, 10 Jan 2025 07:54:18 GMT
🏷️ Git tag created: Fri, 10 Jan 2025 07:51:10 GMTChanges
🐛 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
Downloads
-
released this
2024-12-19 04:48:52 +00:00 | 99 commits to master since this release📅 Originally published on GitHub: Thu, 19 Dec 2024 04:52:11 GMT
🏷️ Git tag created: Thu, 19 Dec 2024 04:48:52 GMTChanges
🐛 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
Downloads
-
released this
2024-12-17 07:44:27 +00:00 | 109 commits to master since this release📅 Originally published on GitHub: Tue, 17 Dec 2024 07:48:04 GMT
🏷️ Git tag created: Tue, 17 Dec 2024 07:44:27 GMTChanges
🐛 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
Downloads
mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00