tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
220 stars 62 forks source link

bump grammarkdown and account for unescaping of < #589

Closed bakkot closed 7 months ago

bakkot commented 7 months ago

Grammarkdown 3.3.0 changes the internal representation of Unicode character abbreviations so that HTML entities (relevantly &lt;) are decoded. That means the formatter needs to be updated to re-encode them.

Includes version bump commit, so please rebase, not squash.