撰写提示

输入格式:
  • Filtered HTML:
    • 网页地址和电子邮件地址将会被自动转换为链接。
    • 允许的 HTML 标签: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      本站允许 HTML 标签,虽然学习 HTML 可能比较困难,但学习如何使用一小部分基础的 HTML“标签”是很容易的。这个表格提供了本站可用的 HTML 标签的例子。

      更多信息,请参见 W3C 组织的 HTML 或使用您喜欢的搜索引擎搜索其他解释 HTML 的站点。

      标签说明您输入将得到
      链接被用来链接到其他页面。<a href="http://asb.2dark.org">2DARK天文志</a>2DARK天文志
      着重<em>着重</em>着重
      强调<strong>强调</strong>强调
      引用<cite>引用</cite>引用
      编码化文本,用于显示程序源代码<code>编码化</code>编码化
      无序列表 - 使用 <li> 开始每个项目<ul> <li>第一项</li> <li>第二项</li> </ul>
      • 第一项
      • 第二项
      顺序列表 - 使用 <li> 来开始每个项目<ol> <li>第一项</li> <li>第二项</li> </ol>
      1. 第一项
      2. 第二项
      定义列表类似于其他 HTML列表。<dl> 开始定义列表,<dt> 开始定义列表项,<dd> 则开始列表描述。<dl> <dt>第一个术语</dt> <dd>第一个定义</dd> <dt>第二个术语</dt> <dd>第二个定义</dd> </dl>
      第一个术语
      第一个定义
      第二个术语
      第二个定义

      许多特殊字符可以轻松的直接输入。

      如果您碰到问题,尝试使用 HTML 字符实体。一个通常的例子,类似于 &amp; 代表一个与符号(&)。全部的列表参见 HTML 实体。某些可用字符包括:

      字符说明您输入将得到
      与标记&amp;&
      大于号&gt;>
      小于号&lt;<
      双引号&quot;"
    • 行和段被自动识别。<br /> 分行、<p> 段落开始以及 </p> 段落结束标记会被自动插入。如果段落没有被识别出来,只要加入一对空行。
    • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

      [quote]This is a simple quote.[/quote]
      is displayed as:

      Quote:
      This is a simple quote.

      Additionally, there is an optional attribute which allows quotes to specify the original author.

      [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
            
      is displayed as:

      Mr. Drupal wrote:
      This is a quote with an attribution line.

      Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

            [quote]I think she says it best...
            [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
            but you can't argue with
            [quote=Ms. Reply]The more quotes, the merrier.
            Just don't get too carried away.[/quote]
            And I have nothing more to say.[/quote]
      is displayed as:

      Quote:
      I think she says it best...
      Ms. Quotation wrote:
      This is a quote nested within another quote.
      but you can't argue with
      Ms. Reply wrote:
      The more quotes, the merrier. Just don't get too carried away.
      And I have nothing more to say.
  • Full HTML:
    • 网页地址和电子邮件地址将会被自动转换为链接。
    • 行和段被自动识别。<br /> 分行、<p> 段落开始以及 </p> 段落结束标记会被自动插入。如果段落没有被识别出来,只要加入一对空行。
    • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

      [quote]This is a simple quote.[/quote]
      is displayed as:

      Quote:
      This is a simple quote.

      Additionally, there is an optional attribute which allows quotes to specify the original author.

      [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
            
      is displayed as:

      Mr. Drupal wrote:
      This is a quote with an attribution line.

      Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

            [quote]I think she says it best...
            [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
            but you can't argue with
            [quote=Ms. Reply]The more quotes, the merrier.
            Just don't get too carried away.[/quote]
            And I have nothing more to say.[/quote]
      is displayed as:

      Quote:
      I think she says it best...
      Ms. Quotation wrote:
      This is a quote nested within another quote.
      but you can't argue with
      Ms. Reply wrote:
      The more quotes, the merrier. Just don't get too carried away.
      And I have nothing more to say.