zoukankan      html  css  js  c++  java
  • markdown

    This is an H1

    This is an H2

    This is an H1
    =============
    
    This is an H2
    -------------
    任何数量的 = 和 - 都可以有效果。
    

    这是 H1

    这是 H2

    这是 H6
    # 这是 H1
    ## 这是 H2
    ###### 这是 H6
    对应到标题 1 到 6 阶
    
    # 这是 H1 #
    ## 这是 H2 ##
    ### 这是 H3 ######
    这纯粹只是美观用的,行首的井字符数量决定标题的阶数,结尾和开头可以不一致
    

    这是一个标题。

    1. 这是第一行列表项。
    2. 这是第二行列表项。

    给出一些例子代码:

    return shell_exec("echo $input | $markdown_script");
    
    > ## 这是一个标题。
    > 
    > 1.   这是第一行列表项。
    > 2.   这是第二行列表项。
    > 
    > 给出一些例子代码:
    > 
    >     return shell_exec("echo $input | $markdown_script");
    
    • Red
    • Green
    • Blue
    *   Red
    *   Green
    *   Blue
    无序列表使用星号、加号或是减号作为列表标记
    
    • A list item with a blockquote:

      This is a blockquote
      inside a list item.

    *   A list item with a blockquote:
    
        > This is a blockquote
        > inside a list item.
    
    本文为原创文章,转载请标明出处
  • 相关阅读:
    World Cup
    Eva's Problem
    Number-guessing Game
    WisKey的眼神
    Vowel Counting
    The 3n + 1 problem
    超级楼梯
    母牛的故事
    素数回文
    画8
  • 原文地址:https://www.cnblogs.com/harden13/p/6958155.html
Copyright © 2011-2022 走看看