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
Quick fix would be to also check if it's a code block, or just remove 'code' from the isBlock() method, but that will definitely create some other issue along the line.
I don't know Markdown well enough to guarantee a clean solution, so opted to post an issue here instead 😉
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Simple test case:
As you can see, the whitespace between the two elements gets removed.
It basically happens right here:
html-to-markdown/src/Converter/TextConverter.php
Lines 31 to 36 in 65f2eff
Quick fix would be to also check if it's a
code
block, or just remove'code'
from theisBlock()
method, but that will definitely create some other issue along the line.I don't know Markdown well enough to guarantee a clean solution, so opted to post an issue here instead 😉
The text was updated successfully, but these errors were encountered: