Fix inline emphasis tags in markdown output
- Without strong, bold rendered as plain text since marked
emits
<strong>and DOMPurify stripped the unknown tag - Add strong, b, i, del, s to DOMPurify allow-list
- Cover the other inline emphasis tags authors may write as raw
HTML or that GFM strikethrough emits (
<del>)
- Without strong, bold rendered as plain text since marked
emits
<strong>and DOMPurify stripped the unknown tag - Add strong, b, i, del, s to DOMPurify allow-list
- Cover the other inline emphasis tags authors may write as raw
HTML or that GFM strikethrough emits (
<del>)
Nice. Checking builds:
Rebase
Rebase