Skip to content
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

Fix rendering of deprecated properties in MD #295

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

k-rabe
Copy link

@k-rabe k-rabe commented Feb 9, 2025

A leading whitespace prevents deprecated properties to be rendered strikedthrough in Markdown. This can be avoided by positioning the whitespace as trailing in the conditionals.

Fixes #294

A leading whitespace prevents deprecated properties to be rendered strikedthrough in Markdown. This can be avoided by positioning the whitespace as trailing in the conditionals.
@k-rabe k-rabe marked this pull request as draft February 9, 2025 14:22
Previously, there was a trailing whitespace after the batch. A fixed whitespace is added to restore this rendering.
@k-rabe k-rabe marked this pull request as ready for review February 9, 2025 14:38
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

Successfully merging this pull request may close these issues.

bug: strikedthrough text is now rendered correctly in Markdown
1 participant