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
Hi, I'd like to report bug in HTML to Markdown converter.
When in <pre> block is more then one <code> node, then in converted output we have only value from first <code> node, all other nodes inside this <pre> block are lost.
Problem seems important for me here, because we losing part of data (its not only mistake in formatting).
Hi, I'd like to report bug in HTML to Markdown converter.
When in
<pre>
block is more then one<code>
node, then in converted output we have only value from first<code>
node, all other nodes inside this<pre>
block are lost.Problem seems important for me here, because we losing part of data (its not only mistake in formatting).
Sample input:
Output for this input:
casa
Expected:
My usage of parser:
The text was updated successfully, but these errors were encountered: