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
There is no test in the spec for this exact case. But there is a similar case for thematic breaks (example 11) where trailing tabs are expanded to spaces:
Test case:
Commonmark.js doesn't close fence because there's a trailing tab there:
Cmark disagrees:
There is no test in the spec for this exact case. But there is a similar case for thematic breaks (example 11) where trailing tabs are expanded to spaces:
Also, consider the following case (imagine if user appends tabs everywhere):
If line 1 is considered fence opener (as it does in both implementations), surely line 3 should be considered a closer?
Original issue is opened as markdown-it#388, which behavior is the same as cmark in this case.
The text was updated successfully, but these errors were encountered: