From 6d93ace6d09273c44b497a407d55c3a419ef38b6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 1 Aug 2017 15:55:47 -0700 Subject: Note that implementations may impose limit on paren nesting in URLs. --- changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 6881c13..0f3fdbb 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. -- cgit v1.2.3