Incorrectly syntax highlighting XML and HTML in markdown.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It gets parsed by `cheerio` so highlighting the text fails. Need to read it as `html` or `xml`. `xml` might lose data. If that is the case, then we need to get our fenced code blocks out before we parse. (In fact, yes, let's just do that.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.