Skip to content

Releases: Knagis/CommonMark.NET

Specification version 0.10

06 Nov 20:27

Choose a tag to compare

Release notes

  • Updated code to match specification version 0.10 (see details)

https://www.nuget.org/packages/CommonMark.NET/0.5.1

Reliability update

05 Nov 21:58

Choose a tag to compare

Release notes

  • Parsing and rendering modified to completely remove recursion - now any number of nested elements will be rendered correctly without any risk of getting StackOverflowException that kills the whole process.

https://www.nuget.org/packages/CommonMark.NET/0.5.0

Specification version 0.9

04 Nov 22:38

Choose a tag to compare

Release notes

  • Updated parser to match specification version 0.9 (support for emphasis openers/closers length of 4 characters or more: ****a** b**).

https://www.nuget.org/packages/CommonMark.NET/0.4.4

Specification version 0.6

27 Oct 18:19

Choose a tag to compare

Release notes


https://www.nuget.org/packages/CommonMark.NET/0.4.3

Hotfix release

17 Oct 20:01

Choose a tag to compare

Additional features

15 Oct 18:51

Choose a tag to compare

Release notes

  • Added CommonMarkSettings.UriResolver property (see #5 for details).
  • Small fixes and updates.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.4.1

Updates according to the new version of the specification

09 Oct 19:15

Choose a tag to compare

Release notes

  • HTML entities are now decoded while parsing to their Unicode characters.
  • Emphasis **a* is rendered as *<em>a</em>.
  • URLs are now percent-encoded instead of HTML-encoded.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.4.0

More performance updates

06 Oct 21:56

Choose a tag to compare

Release notes

  • Performance improved very significantly for certain larger documents.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.3.0

Minor tweaks

17 Sep 17:19

Choose a tag to compare

Release notes

  • Some small fixes for nested emphasis parsing
  • Performance improved slightly, finally faster than MarkdownDeep.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.2.1

New emphasis parser

15 Sep 21:14

Choose a tag to compare

Release notes

  • Rewritten emphasis parser to properly support nested emphasis (see jgm/stdm#51 for details).
  • Performance kept as good as before.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.2.0