Bold text.
Italic text.
Bold and italic text.
Strikethrough text.
A sentence containing highlighted text.
You can add ruby text(furigana) annotations.
--strong-font-weight
var(--font-weight-bold)
--mark-font-weight
--mark-color-bg
var(--color-accent)
--rp-font-weight
var(--font-weight-normal)
<strong>
**text**
<mark>
<rp>
Override mark background and weight:
--- style: | :root { --mark-color-bg: #fef3c7; --mark-font-weight: 900; } ---
This sentence has highlighted text with black weight.