module

Markd::Rule

Constants

NAMED_HTML_ENTITY = /^&[a-zA-Z][a-zA-Z0-9]{1,31};/

& + HTML5 name + ;. The length cap covers the longest name in the list ("CounterClockwiseContourIntegral", 31 chars); the mapping lookup below is what actually decides validity.