You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different output, involving white space in code spans, between cmark 0.30.3-31-g01e572d and md2html master f46000c.
This test case completes the tests in #223 and broke somewhere in commit range 65957f5 - 70b247c.
Changes:
* Changes mandated by CommonMark specification 0.31:
- The specification expands set of Unicode characters seen by Markdown
parser as a punctuation. Namely all Unicode general categories P
(punctuation) and S (symbols) are now seen as such.
- The definition of HTML comment has been changed so that `<!-->` and
`<!--->` are also recognized as HTML comments.
- HTML tags recognized as HTML block starting condition of type 4 has been
updated, namely a tag `<source>` has been removed, whereas `<search>`
added.
Refer to [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/) for full
specification.
Fixes:
- [#230](mity/md4c#230):
The fix [#223](mity/md4c#223) in 0.5.1 release
was incomplete and one corner case remained unfixed. This is now addressed.
- [#231](mity/md4c#231):
`md2html --full-html` now emits `<meta charset="UTF-8">` in the HTML header.
Different output, involving white space in code spans, between cmark 0.30.3-31-g01e572d and md2html master f46000c.
This test case completes the tests in #223 and broke somewhere in commit range 65957f5 - 70b247c.
Test subject:
Diff output: cmark (left) - md2html (right):
note "f " vs. "f ".
The text was updated successfully, but these errors were encountered: