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
When converting HTML containing adjacent inline elements without whitespace between them, pypandoc merges their content without adding spaces in the resulting Markdown.
When converting HTML containing adjacent inline elements without whitespace between them, pypandoc merges their content without adding spaces in the resulting Markdown.
before.html:
<some_tag>123</some_tag><some_tag>456</some_tag>
after.md:
123456
The text was updated successfully, but these errors were encountered: