In the markdown editor, I enter: ``` Hi <b>Mom</b> ``` When sending the e-mail, it shows it as entered (correct). But while editing, it does not escape the `<` and renders it as bold instead (incorrect).
In the markdown editor, I enter:
When sending the e-mail, it shows it as entered (correct).
But while editing, it does not escape the
<and renders it as bold instead (incorrect).