microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.73k stars 131 forks source link

tsdoc-malformed-html-name erroneously flagging use of less than symbol #368

Open pinkhominid opened 1 year ago

pinkhominid commented 1 year ago

Something like this fails linting

/**
 * Safari < 16.4
 */

tsdoc-malformed-html-name: Invalid HTML element: A space is not allowed here eslint(tsdoc/syntax)

Gerrit0 commented 1 year ago

This is expected since TSDoc says that comments are markdown/html, so that should be &lt;