Commit cc7febb 1 parent 52546e9 commit cc7febb Copy full SHA for cc7febb
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ [0.31.0]
2
+
3
+ * Update to 0.31 spec.txt.
4
+ * Treat unicode symbols like punctuation for purposes of flankingness.
5
+ This updates the library to conform to the 0.31 spec.
6
+ * Do not process `&`-entities that don't end in `;` (#278, Michael Howell).
7
+ * Html renderer: don't add `language-` to code block class
8
+ if the info string already starts with `language-` (#277).
9
+ * Fix pathological regex for HTML comments (#273).
10
+ * Track underscore bottom separately mod 3, like asterisk (Michael Howell).
11
+ * Fix list tightness (taku0).
12
+ * Fix "CommomMark" typo (#270, Martin Geisler).
13
+ * Declarations do not need a space, per the spec (commonmark/cmark#456).
14
+ * Allow `<!doctype` to be case-insensitive.
15
+ * Fix HTML comment regex.
16
+ * Fix HTML comment regex to conform to commonmark/commonmark-spec#713.
17
+ * Fix a pathological performance case in link titles.
18
+ Thanks to Stefan Dobre for reporting.
19
+ * Allow closing fence to be followed by tabs (#258).
20
+ * Replace deprecated String.prototype.substr() (#254, CommanderRoot).
21
+ * Fix bug with reference link normalization. We were only collapsing the
22
+ first group of consecutive whitespace, not following ones.
23
+
1
24
[0.30.0]
2
25
3
26
* Update tests to 0.30 spec.txt.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commonmark" ,
3
3
"description" : " a strongly specified, highly compatible variant of Markdown" ,
4
- "version" : " 0.30 .0" ,
4
+ "version" : " 0.31 .0" ,
5
5
"homepage" : " https://commonmark.org" ,
6
6
"keywords" : [
7
7
" markdown" ,
You can’t perform that action at this time.
0 commit comments