Skip to content

Releases: Knagis/CommonMark.NET

Customizable HTML renderer, updated to spec v0.19

02 May 10:01
Compare
Choose a tag to compare

Release notes

  • HtmlFormatter class that can be easily extended to allow customized HTML output.
  • Updated to specification version 0.19.
  • Included console executable in the package tools folder.

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

Bug fix release

04 Mar 18:52
Compare
Choose a tag to compare

Release notes

  • Fixed <h1> rendering with source positions (#32)
  • Fixed <a href="http://"> being recognized as autolinks.

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

Bug fix release

24 Feb 18:55
Compare
Choose a tag to compare

Bug fix for source position tracking

08 Feb 18:36
Compare
Choose a tag to compare

Improvements to source position mapping

08 Feb 09:26
Compare
Choose a tag to compare

Release notes

  • Block.SourcePosition and Inline.SourcePosition values are now written to the output when CommonMarkSettings.TrackSourcePosition = true.
  • Fixed source position mapping for single-line blocks (see #22).
  • New shortcut method CommonMarkConverter.Parse() (see #19) that returns fully parsed document tree.

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

Source position mapping and .NET Core CLR support

31 Jan 22:19
Compare
Choose a tag to compare

Release notes

  • Block.SourcePosition and Inline.SourcePosition properties that point to the exact location in the source data where that element started/ended. Use CommonMarkSettings.TrackSourcePosition = true to enable this (this has a small performance impact so it is disabled by default). See also #9
  • Performance and memory usage improvements.
  • Support for .NET Core CLR (ASP.NET vNext projects)

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

Block.AsEnumerable()

17 Jan 19:58
Compare
Choose a tag to compare

Release notes

  • Added Block.AsEnumerable() method that enables easy traversal of the document tree and use of LINQ to view or modify the document structure.
  • Fixed **[foo* bar
  • Fixed commonmark/commonmark-spec#285

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

Bugfix and documentation

12 Jan 21:07
Compare
Choose a tag to compare

Release notes


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

~~Strikethrough~~ support and specification version 0.15

01 Jan 18:20
Compare
Choose a tag to compare

Release notes

  • Implemented ~~strikethrough~~ support
    (use CommonMarkSettings.AdditionalFeatures to enable it).
  • Added setting to render soft line breaks as line breaks
    (CommonMarkSettings.RenderSoftLineBreaksAsLineBreaks)
  • Updated code to match specification version 0.15 (see details)

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

Specification version 0.12

10 Nov 19:56
Compare
Choose a tag to compare

Release notes


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