Remove improper `<` HTML entity workaround no longer needed by NReilingh · Pull Request #259 · jsdoc/jsdoc.github.io

added 2 commits

November 18, 2024 11:57
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