Releases: mysticmind/reversemarkdown-net
Releases · mysticmind/reversemarkdown-net
5.3.0
What's Changed
- feat(markdown): add Telegram MarkdownV2 support and fallbacks by @mysticmind in #425
Full Changelog: 5.2.1...5.3.0
5.2.1
5.1.0
What's Changed
- Add tag aliasing and unknown-tag replacements (Issue #357)
- Fix duplicate style keys after trimming in ParseStyle (PR #416)
- Improve thread safety by isolating converter context per call (Issue #415)
- Handle semantic containers as block wrappers (Issue #417)
- Fix HTML entity decoding in backtick spans (Issue #414)
- Update README/features documentation
New Contributors
- @med-khalil made their first contribution in #416
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- +200x Performance increase for huge HTML file | Refactor to TextWriter and more by @r-Larch in #410
- Fixing #408 Exponential Time Complexity Bug Causing Hangs with Nested
<p>Tags by @ssperling-wmp in #409 - Fix Missing space issue by @mysticmind #400
- html to md - it doesn't work as expected. . all the crucial info is left as html tags by @mysticmind #401
- Plain text in HTML that looks like Markdown is not escaped by @mysticmind #402
- Unexpected behavior when converting table with tags to markdown by @mysticmind #403
- Add support for "Github Flavored Markdown Task Lists" by @Hasan-75 in #405
- Table Caption was not rendered correctly by @mysticmind #413
- Handling nested tables by @mysticmind #411
- Add various option to inline | save as file | ignore images embedded as base 64 by @mysticmind #397
New Contributors
- @Hasan-75 made their first contribution in #405
- @ssperling-wmp made their first contribution in #409
- @r-Larch made their first contribution in #410
Full Changelog: 4.7.0...5.0.0
4.7.1
Fix Exponential Time Complexity Bug Causing Hangs with Nested <p> Tags GH-408 by @ssperling-wmp (cherry-picked and merged from master)
Full Changelog: 4.7.0...4.7.1
4.7.0
4.6.0
4.5.0
- Fix Tab added before anchor #391
- Fix Table convert may be getting wrong #392
- Add functionality to auto cleanup multiple newlines.
Full Changelog: 4.4.0...4.5.0
4.4.0
Full Changelog: 4.3.0...4.4.0
4.3.0
- Renamed
SuppressNewlinestoSuppressDivNewlines. Note that 4.2.0 was published with incorrect name so unlisted it rather than bumping up the major version due to this change.
Full Changelog: 4.2.0...4.3.0