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
If a user types 2. blah, then the output should be <ol start="2"><li>blah</li></ol>. However, the current output is <ol><li>blah</li></ol>, with no start attribute.
Worth noting we've got a general task for solve the inconsistent markdown problem. I certainly won't object to someone tackling this if they want to, but really we need to nuke the problem from orbit.
If a user types
2. blah
, then the output should be<ol start="2"><li>blah</li></ol>
. However, the current output is<ol><li>blah</li></ol>
, with nostart
attribute.Complaint
Specification: 1 2
Marked.js pull request
The text was updated successfully, but these errors were encountered: