Releases: mysticmind/reversemarkdown-net
Releases · mysticmind/reversemarkdown-net
v3.3.0
Enhancement to normalize Unicode and non-breaking space into normal space in HTML text before conversion.
v3.2.0
Bug fix to handle adding header row when the first table row is not a TR row.
v3.1.0
TODO: Add details
v3.0.0
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
- Optionally remove comment blocks from HTML source
- Refactor code base to fix Rider warnings/suggestions including indenting with space.
v2.0.0
- 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
v1.4.0
v1.3.0
v1.2.0
Added support for netstandard2.0.