Skip to content

Releases: mysticmind/reversemarkdown-net

5.3.0

31 Mar 06:14

Choose a tag to compare

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

31 Mar 01:15
229f995

Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...5.2.1

5.1.0

24 Feb 04:25

Choose a tag to compare

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

Full Changelog: 5.0.0...5.1.0

5.0.0

08 Jan 16:12

Choose a tag to compare

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

Milestone 5.0.0

New Contributors

Full Changelog: 4.7.0...5.0.0

4.7.1

27 Oct 02:28

Choose a tag to compare

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

22 May 02:28

Choose a tag to compare

What's Changed

  • Add support for Slack-flavored markdown by @Klikini in #398

New Contributors

Full Changelog: 4.6.0...4.7.0

4.6.0

29 Jun 00:57

Choose a tag to compare

What's Changed

  • Fix regression with mixed newline characters GH-393
  • Converter Inheritance Support by @Soyvolon in #385

New Contributors

Full Changelog: 4.5.0...4.6.0

4.5.0

18 Jun 16:12

Choose a tag to compare

  • 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

04 May 11:24

Choose a tag to compare

Full Changelog: 4.3.0...4.4.0

4.3.0

23 Jan 14:31

Choose a tag to compare

  • Renamed SuppressNewlines to SuppressDivNewlines. 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