⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Remove improper < HTML entity workaround no longer needed#259

Open
NReilingh wants to merge 2 commits intojsdoc:mainfrom
NReilingh:patch-1
Open

Remove improper < HTML entity workaround no longer needed#259
NReilingh wants to merge 2 commits intojsdoc:mainfrom
NReilingh:patch-1

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
@KernelDeimos
Copy link

KernelDeimos commented Feb 5, 2026

The issue fixed by this PR makes some of the examples a bit confusing. I think this should be merged with priority.

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.

2 participants