File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ [0.31.1]
2+
3+ * Fix HTML comment parsing with `-` before closing `-->`
4+ (#285, Robin Stocker).
5+ * Accept lowercase inline HTML declarations (Michael Howell).
6+ * Fix title-related backtracking with empty string (#281,
7+ Michael Howell).
8+ * Remove `string.prototype.repeat` polyfill (Steven).
9+ * Remove `source`, add `search` to list of recognized block tags.
10+ (a spec 0.31 change we forgot in last release).
11+
112[0.31.0]
213
314 * Update to 0.31 spec.txt.
Original file line number Diff line number Diff line change 11{
22 "name" : " commonmark" ,
33 "description" : " a strongly specified, highly compatible variant of Markdown" ,
4- "version" : " 0.31.0 " ,
4+ "version" : " 0.31.1 " ,
55 "homepage" : " https://commonmark.org" ,
66 "keywords" : [
77 " markdown" ,
You can’t perform that action at this time.
0 commit comments