Skip to content

Remove improper < HTML entity workaround no longer needed #259

New issue

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

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

Already on GitHub? # to your account

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

Conversation

NReilingh
Copy link

These < show up at https://jsdoc.app/tags-example and various other pages on the frontend. I believe they were originally a workaround for some markdown parser not generating HTML correctly.

I have tested this locally against the current in-use eleventy SSG and the raw < in the MD code block is handled appropriately now.

This is a markdown code block, so manually escaping HTML entities is incorrect as they will just be re-escaped.
These were added when the SSG did not handle HTML in markdown code blocks properly

Eleventy appears to work correctly now
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant