Changes
✨ 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