Updates according to the new version of the specification
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