markup
markup copied to clipboard
figure, figcaption
I find that figure
and figcaption
are apparently allowlisted, but the tags are removed in HTML output:
<figure>
Hello!
<figcaption>
Caption
</figcaption>
</figure>