Ignore HTML in knowledgebase markdown instead of escaping
Mostly for HTML comments in the community knowledgebase markdown, which were rendered escaped instead of as raw HTML.
We could either solve this as parsing the markdown as unsafe raw HTML, or ignore the HTML tags. The former introduces a new dependency (rehype-raw) which is rather heavyweight, so we choose to ignore it instead.