語法參考書

基本Markdown

# This is an H1
## This is an H2
...
###### This is an H6

直接看書本原始碼

https://raw.githubusercontent.com/GitbookIO/markdown/master/syntax/titles.md

補充

http://markdown.tw/

考題

Here's a quiz about markdown titles.

Select the valid headers:

  • [x] # hello
  • [ ] #hello

Headers need space between the hash characters and the text.

Select the valid headers:

  • [ ]
    test
    ########
    
  • [x]
    test
    =======
    

Only '=' and '-' are accepted for underlining an header.