Skip to content

Releases: mysticmind/reversemarkdown-net

v3.3.0

28 Mar 05:55
Compare
Choose a tag to compare

Enhancement to normalize Unicode and non-breaking space into normal space in HTML text before conversion.

v3.2.0

26 Mar 17:42
Compare
Choose a tag to compare

Bug fix to handle adding header row when the first table row is not a TR row.

v3.1.0

26 Mar 14:18
Compare
Choose a tag to compare

TODO: Add details

v3.0.0

24 Jan 15:18
Compare
Choose a tag to compare

https://github.com/mysticmind/reversemarkdown-net/milestone/5?closed=1

  • Config non-default constructor removed (breaking change) hence bumped up major version
  • Smart handing of href tags and whitelisted schemes for a and img tags, thanks to @janis-veinbergs
  • Add empty header row when table does not contain a row with th tag
  • Convert lines breaks to
    tag in text content
  • Add SourceLink functionality to generate snupkg
  • Refactoring and fixes based on JetBrains Rider suggestions

v2.1.0

07 Oct 16:23
Compare
Choose a tag to compare
  • Optionally remove comment blocks from HTML source
  • Refactor code base to fix Rider warnings/suggestions including indenting with space.

v2.0.0

27 Aug 15:34
Compare
Choose a tag to compare
  • Changed to use an enum for the config unknown tags option (BREAKING CHANGE)
  • Fixing issue with miscounting headers ('th') in UnderlineFor
  • Fix language code extraction from pre tag with highlight class or confluence class
  • Remove support for .NET 4.5
  • Add more unit tests to have better code coverage

v1.5.0

04 Jan 17:50
Compare
Choose a tag to compare
  • Fix bug #16 pertaining to unknown tags bypass option throwing an exception
  • Add logic to validate Unknown tags option and throw an exception if
    invalid
  • Add logic to throw an UnknownTagException rather than generic Exception
  • Add units tests for different unknown tag options

v1.4.0

21 Nov 13:42
Compare
Choose a tag to compare

Fix an issue with nested lists #14

v1.3.0

02 Oct 09:28
Compare
Choose a tag to compare

Switch to use the non-forked official HtmlAgilityPack library (this now supports .Net standard), PR #13

v1.2.0

29 Aug 16:42
Compare
Choose a tag to compare

Added support for netstandard2.0.