When two potential emphasis spans overlap, it is not always the first that takes precedence. (Violates rule 15.)
E.g.,
is correctly parsed as
but
is parsed as
_bim *foo <em>bar* baz</em>
(The first _, even though it is eventually not used for emphasis, still influences which delimiter is tried first.)
When two potential emphasis spans overlap, it is not always the first that takes precedence. (Violates rule 15.)
E.g.,
is correctly parsed as
but
is parsed as
(The first
_, even though it is eventually not used for emphasis, still influences which delimiter is tried first.)