Typaro 支持 HTML的情况

6 min read
<span style='color:red'>This is red</span>

This is red

<ruby> 漢 <rt> ㄏㄢˋ </rt> </ruby>

ㄏㄢˋ

<kbd>Ctrl</kbd>+<kbd>F9</kbd>

Ctrl+F9

<span style="font-size:2rem; background:yellow;">**Bigger**</span>

Bigger

HTML entities like &reg; &#182;

HTML entities like ® ¶

<details>
    <summary>I have keys but no locks. I have space but no room. You can enter but can't leave. What am I?</summary>
    A keyboard.
</details>