美文网首页
Markdown 引用符号增补

Markdown 引用符号增补

作者: mst7 | 来源:发表于2014-12-09 14:46 被阅读638次
    1. > 标识符

      this is a test line

    2. ` 标识符
      单`号示例:
      this is test line 1 with a single apostrophe
      双`号示例:
      this is test line 2 with a double apostrophe
      三`号示例:
      this is test line 3 with a triple apostrophe
      三`号多行示例:

      this is a triple apostrophe which cross multiple line
      for a in range(5):
          print a
      

      四`号示例:
      this is test line 4 with a quadruple apostrophe
      说明:

      • 如果需要正常输入`字符,需要加 \ 反斜杠进行转意。
      • `可以为多个,但必须对称
    3. TAB
      简书不支持输入TAB,模拟TAB可以通过4个空格符实现。(本行前边有4个空格,用于对其标题)
      输入4个空格符后的引用。(本行前实际有8个空格,4个用于标题对其,4个用于激活引用)

    相关文章

      网友评论

          本文标题:Markdown 引用符号增补

          本文链接:https://www.haomeiwen.com/subject/enjntttx.html