We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The contents of inline tags are being trimmed. When parsing html to markdown:
Input
a b<span> </span>c d</span><strong> e</strong>
Expected output
a b c d **e**
Actual output
a bc d**e**
Runkit repro: https://runkit.com/erquhart/595d36c4e60f6b0012c00405
The text was updated successfully, but these errors were encountered:
This is an issue with rehype-minify-whitespace. Could you open an issue over there?
rehype-minify-whitespace
Sorry, something went wrong.
No problem!
Thanks!
No branches or pull requests
The contents of inline tags are being trimmed. When parsing html to markdown:
Input
Expected output
Actual output
Runkit repro: https://runkit.com/erquhart/595d36c4e60f6b0012c00405
The text was updated successfully, but these errors were encountered: