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
Thanks to this line
markdown/src/commonMain/kotlin/org/intellij/markdown/html/GeneratingProviders.kt
Line 73 in aa54cce
code span
I believe this is incorrect and code spans should retain all their content. This is also how Github renders their Gfm.
The text was updated successfully, but these errors were encountered:
Looks like the tests that caught these were turned off by @ajalt in 49d1849d
Sorry, something went wrong.
Diving deeper, I think the issue was caused by b44cfd1 in #108 by @FirstTimeInForever.
I believe the TableAwareCodeSpanGeneratingProvider is used any time code spans are detected instead of just in tables.
TableAwareCodeSpanGeneratingProvider
Successfully merging a pull request may close this issue.
Thanks to this line
markdown/src/commonMain/kotlin/org/intellij/markdown/html/GeneratingProviders.kt
Line 73 in aa54cce
Code spans like
code span
are trimmed when being rendered:I believe this is incorrect and code spans should retain all their content. This is also how Github renders their Gfm.
The text was updated successfully, but these errors were encountered: