You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Bullet lists | - This is an unordered list<br>- in markdown |
76
76
| Numbered lists | 1. This is a numbered list<br>2. in markdown |
77
77
| Emojis | For example, 🙂 😐 🙁 😦 😧 😩 😱 |
78
-
| Superscript |<code>100 m<sup>2</sup></code> turns into 100 m² |
79
-
| Subscript |<code>H<sub>2</sub>O</code> turns into H₂O |
80
-
| Colored text |<code><spanstyle="color:#f58a1f">orange</span></code><br><code><spanstyle="color:red">red</span></code>|
81
-
| Font |<code><spanstyle="font-family:cursive">cursive</span></code><br><code><spanstyle="color:red; font-family:cursive">red and cursive</span></code> |
82
-
| Align center |<code><pstyle="text-align:center">Centered label</p></code>|
78
+
| Superscript |`100 m<sup>2</sup>` turns into 100 m² |
79
+
| Subscript |`H<sub>2</sub>O` turns into H₂O |
80
+
| Colored text |`<span style="color:#f58a1f">orange</span>`<br>`<span style="color:red">red</span>`|
81
+
| Font |`<span style="font-family:cursive">cursive</span>`<br>`<span style="color:red; font-family:cursive">red and cursive</span>`|
82
+
| Align center |`<p style="text-align:center">Centered label</p>`|
83
83
84
84
<pclass="note">
85
85
<strong>Note:</strong> Use the <code>\</code> character before <code>#</code>, <code>*</code>, <code>_</code>, and <code>\</code> to prevent special styling effects from being triggered by these characters.
0 commit comments