Open apprehensions opened 1 year ago
I can confirm that HTML that this happens and is contrary to CommonMark, see https://spec.commonmark.org/0.30/#entity-and-numeric-character-references.
What do you mean with "HTML codes"? Using HTML tags is possible, e.g.
$ echo '<b>foo</b>' | smu
<p><b>foo</b></p>
what do you mean by both if what you said? I would simply want to use ·
along with html code ũ
(example)
Understood, it is all about HTML entities, both named (·
) and numeric (ũ
)
https://www.w3schools.com/html/html_entities.asp
it will be interpreted as
·
->&middot;