Skip to content

HTML elements are concatenated without spaces when converting to Markdown #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shladnik opened this issue Mar 17, 2025 · 1 comment
Closed

Comments

@shladnik
Copy link

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

@shladnik
Copy link
Author

Sorry... that's a pandoc issue, not pypandoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant