返回速查表

水平线 (Horizontal rule)

在单独一行写 ---、*** 或 ___ 即可画出分隔线。

Markdown
Above the line

---

Below the line
预览

Above the line


Below the line

HTML 输出
<p>Above the line</p>
<hr>
<p>Below the line</p>

提示 — 上下各留一个空行,以免被误认为标题。

在转换器中打开