aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-24 22:00:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-24 22:00:27 -0700
commitecf46d60479c0ce1217a17df5719923fbc61ca40 (patch)
treeedf1bb5870e6c786cdd11d5d7c1cd708239e1171 /README.md
parente9ff438a200f6dd4798e525c966a8fecd1e6e1a0 (diff)
Spec changes in strong/emph parsing.
See https://talk.commonmark.org/t/emphasis-strong-emphasis-corner-cases/2123 for motivation. This restores intuitive parsings for a number of changes. The main change is to disallow strong or emph when one of the delimiters is "internal" and the sum of the lengths of the enclosing delimiter runs is a multiple of 3. Thus, **foo*bar*** gets parsed `<strong>foo*bar</strong>` rather than `<em><em>foo</em>bar</em>**` as before.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions