Markdown

Язык разметки.

Включен в комментариях.

Используется расширенная версия Markdown Extra

Врезки кода делаются с помощью строк символов

~~~

 

8 comments on “Markdown

  1. текст

    *Emphasize* _emphasize_
    **Strong** __Strong__
    

    выглядит:

    Emphasize emphasize
    Strong Strong

  2. текст

    > Quoted text.
    > > Quoted quote.
    
    > * Quoted 
    > * List
    

    выглядит

    Quoted text.

    Quoted quote.

    • Quoted
    • List

    текст

    ==  Quoted text.
    == ==  Quoted quote.
    
    ==  * Quoted 
    ==  * List
    

    выглядит

    Quoted text.

    Quoted quote.

    • Quoted
    • List
  3. текст

    # Header 1
    ## Header 2
    ### Header 3 
    #### Header 4 ####
    ##### Header 5 #####
    ###### Header 6 ######
    

    выглядит

    Header 1

    Header 2

    Header 3

    Header 4

    Header 5
    Header 6
  4. текст

    First Header  | Second Header
    ------------- | -------------
    Content Cell  | Content Cell
    Content Cell  | Content Cell
    

    выглядит

    First Header Second Header
    Content Cell Content Cell
    Content Cell Content Cell
  5. текст

    | Item      | Value |
    | --------- | -----:|
    | Computer  | $1600 |
    | Phone     |   $12 |
    | Pipe      |    $1 |
    

    выглядит

    Item Value
    Computer $1600
    Phone $12
    Pipe $1

Добавить комментарий

HTML отключен, используйте Markdown. Размещение кода: [pastebin id=fs23] или [gistgit id=2926827] или [gistgit id=2926827 file=foo.txt]