Markdown 引用符号增补

2014-12-09  本文已影响638人  mst7
  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个用于激活引用)

上一篇下一篇

猜你喜欢

热点阅读