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
Problem is, in markdown, single backticks don't handle linebreaks. Also, the <br /> should probably be removed. I'm not really sure on the exact details, and unfortunately I don't know enough about markdownify to submit a working reproduction. :-(
My guess is that <code> and </code> could be converted to triple backticks (```) instead of just one backtick.
I guess that some kind of processing is also necessary inside the <code> tags.
Just let me know if I can do anything to help with debugging. Thanks for making open source software. :-)
The text was updated successfully, but these errors were encountered:
I used markdownify via wordpress-to-jekyll-exporter and according to this issue the bug report belongs here.
I'm seeing the following conversion.
From:
To:
Problem is, in markdown, single backticks don't handle linebreaks. Also, the
<br />
should probably be removed. I'm not really sure on the exact details, and unfortunately I don't know enough about markdownify to submit a working reproduction. :-(My guess is that
<code>
and</code>
could be converted to triple backticks (```) instead of just one backtick.I guess that some kind of processing is also necessary inside the
<code>
tags.Just let me know if I can do anything to help with debugging. Thanks for making open source software. :-)
The text was updated successfully, but these errors were encountered: