斜体 (Italic)
用一个星号(*)包裹即为斜体。一个下划线(_)也一样。
Markdown
This is *italic* text. And _also italic_.
预览
This is italic text.
And also italic.
HTML 输出
<p>This is <em>italic</em> text.<br> And <em>also italic</em>.</p>
提示 — 用***三个***包裹可得到粗斜体。