diff options
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index 6881c13..c6f4788 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,10 @@ * Allow unlimited balanced pairs of parentheses in link URLs (@kivikakk, jgm/cmark#166). The rationale is that there are many URLs - containing unescaped nested parentheses. + containing unescaped nested parentheses. Note that + implementations are allowed to impose limits on parentheses + nesting for performance reasons, but at least three levels + of nesting should be supported. * Change Rule 14 for Emphasis. Previously the nesting Strong (Emph (...)) was preferred over Emph (Strong (...)). This change makes Emph (Strong (...)) preferred. @@ -18,6 +21,7 @@ This change simplifies parsing. It goes against the majority of implementations, but only on something utterly trivial. + * Clarify definition of delimiter runs (Aidan Woods, #485). * Acknowledge Aaron Swartz's role in developing Markdown. * Remove misleading backslash in example for disabling image markup (Matthias Geier). |