Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-commonmark
From: Masatake Daimon
Date: 2023-10-28 11:52:23
Message id: 20231028095223.CED76FADC@cvs.NetBSD.org
Log Message:
textproc/hs-commonmark: Update to 0.2.4
0.2.4
* Do not parse hard line breaks in fenced codeblock info (#116, Michael
Howell). This change makes commonmark-hs conform to the spec and behave
like other implementations when an info string in a code block ends with
a backslash.
* [API change] Commonmark.Inlines now exports pEscapedSymbol (#116, Michael
Howell).
* Tokenize combining marks as WordChars not Symbol (#114).
Files: