编写提示

文本格式

受限制的 HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid>

    此站点允许HTML内容。现在学习HTML可能比较累,但是学习使用一些最基本的HTML"标签"还是很轻松的。此表提供了站点上所允许的HTML标签的一些示例。

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    标签说明 您输入 您得到
    锚点(anchor)用来生成链接到其他页面的链接。 <a href="http://biaoyinzi.com">表音方块字网</a> 表音方块字网
    强调 <em>强调</em> 强调
    Strong 在上下文中:字体笔画粗细 <strong>Strong 在上下文中:字体笔画粗细</strong> Strong 在上下文中:字体笔画粗细
    引用 <cite>引用</cite> 引用
    区块引言 <blockquote>区块引言</blockquote>
    区块引言
    编码化文本,用于显示程序源代码 <code>编码化</code> 编码化
    无序列表 - 使用 <li> 开始每个项目 <ul> <li>第一项</li> <li>第二项</li> </ul>
    • 第一项
    • 第二项
    顺序列表- 使用 <li> 来开始每个项目 <ol> <li>第一项</li> <li>第二项</li> </ol>
    1. 第一项
    2. 第二项
    目前没有标签 li 的说明。
    定义列表类似于其他 HTML列表。<dl> 开始定义列表,<dt> 开始定义列表项,<dd> 则开始列表描述。 <dl> <dt>第一个术语</dt> <dd>第一个定义</dd> <dt>第二个术语</dt> <dd>第二个定义</dd> </dl>
    第一个术语
    第一个定义
    第二个术语
    第二个定义
    目前没有标签 dt 的说明。
    目前没有标签 dd 的说明。
    标题 <h2>副标题</h2>

    副标题

    标题 <h3>副标题三</h3>

    副标题三

    标题 <h4>副标题四</h4>

    副标题四

    标题 <h5>副标题五</h5>
    副标题五
    标题 <h6>副标题六</h6>
    副标题六
    目前没有标签 img 的说明。

    大多数的特殊字符都可以毫无问题地直接输入。

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    字符说明 您输入 您得到
    与标记(&) &amp; &
    大于 &gt; >
    小于 &lt; <
    引号 &quot; "
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
  • 网页和电子邮件地址自动转换为链接。
  • Mathematics inside the configured delimiters is rendered by MathJax. The default math delimiters are $$...$$ and \[...\] for displayed mathematics, and $...$ and \(...\) for in-line mathematics.

纯文本

  • 不允许使用HTML标签。
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
  • 网页和电子邮件地址自动转换为链接。