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
Please, is there something you could do to improve parsing strikethrough markdown? Consider the following test subject. Clearly, I don't mean to strike through any words in either paragraph but while the first paragraph is done as I mean, the second one strikes through some words apparently attracted by the double quotes.
Test subject
copy ~user1/file to ~user2/file
copy "~user1/file" to "~user2/file"
Output of md2html --fstrikethrough
<p>copy ~user1/file to ~user2/file</p><p>copy "<del>user1/file" to "</del>user2/file"</p>
The text was updated successfully, but these errors were encountered:
Please, is there something you could do to improve parsing strikethrough markdown? Consider the following test subject. Clearly, I don't mean to strike through any words in either paragraph but while the first paragraph is done as I mean, the second one strikes through some words apparently attracted by the double quotes.
Test subject
Output of
md2html --fstrikethrough
The text was updated successfully, but these errors were encountered: