|
1 | | -[PENDING 0.30] |
| 1 | +[0.30] |
2 | 2 |
|
3 | 3 | * Add note clarifying that not every feature of HTML examples is normative |
4 | 4 | (#672). |
|
18 | 18 | * Add definition of ASCII control characters (#603, Titus Wormer). |
19 | 19 | * Fix wording in start condition of type 7 HTML (#665, Titus Wormer). |
20 | 20 | * Add `textarea` to list of literal HTML block tags (#657). |
21 | | - Like script, style, and pre, textarea blocks can contain |
| 21 | + Like `script`, `style`, and `pre`, `textarea` blocks can contain |
22 | 22 | blank lines without the contents being interpret as commonmark. |
23 | 23 | * Add `textarea` to more cases (#667, Titus Wormer). |
24 | 24 | * Remove superfluous restrictions on declarations (#620, Titus Wormer). |
25 | 25 | HTML declarations need not be limited to all capital ASCII letters. |
26 | 26 | * Add inline link examples with empty link text (#636, jsteuer). |
27 | 27 | * Remove outdated restriction on list item (#627, Johel Ernesto Guerrero |
28 | 28 | Peña). This is a holdover from the days when two blank lines |
29 | | - broke out of a list. Case missed by 780b981. |
| 29 | + broke out of a list. |
30 | 30 | * Add example with unbalanced parens in link destination. |
31 | 31 | * Clarify that new blocks are added to *container* blocks. (#598, Jay |
32 | 32 | Weisskopf). |
|
50 | 50 | + Changes for compatibility with lua 5.3's new number type. |
51 | 51 | * CSS and HTML improvements in HTML version of spec |
52 | 52 | (#639, #641, 642, Andrei Korzhyts). |
| 53 | + * Revise emphasis parsing algorithm description in light of |
| 54 | + commonmark/cmark#383. |
53 | 55 | * Add documentation of the npm package to README.md (thanks to |
54 | 56 | Shawn Erquhart). |
55 | 57 | * Fix anchor definition for 'end condition'. |
|
0 commit comments