filterDisallowedRawHtml

Filters disallowed raw HTML tags per GFM §6.11.

Replaces the leading < of any disallowed tag with &lt;, leaving the rest of the tag intact. This prevents the browser from interpreting the tag while preserving the tag text for display.

Return

the filtered string.

Parameters

html

the raw HTML string to filter.