You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's going on is that the contents of the first list item
are a valid setext header, according to the spec. (The
setext underline can be just one character long.)
However, there is an ambiguity between this interpretation
and an interpretation as a sublist with an empty item that
needs to be addressed in the spec.
jgm
changed the title
Bug ?
Ambiguity in spec between setext header and list with empty second item
Oct 24, 2014
These said that a single `-` that could be interpreted as
either an empty list item or a setext header underline
should have the latter interpretation. But now that the
spec says that an empty list item can't interrupt a paragraph,
this is unnecessary.
See commonmark/commonmark.js#222.
I have virtually no idea about the technicalities of the project, but I want to report what seems to be a bug:
if you input:
with two spaces before the second "-", the text will be shown as big, bold letters.
I don't think this is normal,
thanks.
The text was updated successfully, but these errors were encountered: