<!– @import “[TOC]” {cmd=”toc” depthFrom=1 depthTo=6 orderedList=false} –>
<!– code_chunk_output –>
* [標題1](#標題1)
????* [標題2](#標題2)
????????* [標題3](#標題3)
<!– /code_chunk_output –>
# 標題1
## 標題2
### 標題3
> hahha
> xixi
“` {.line-numbers}
12341234
12341234
“`
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
* Item 1
* Item 2
* Item 2a
* Item 2b
> 我覺得你應該在這里使用
> `<addr>` 才對。
“`ruby
require ‘redcarpet’
markdown = Redcarpet.new(“Hello World!”)
puts markdown.to_html
“`
“`javascript {.line-numbers}
function add(x, y) {
return x + y
<!– @import “[TOC]” {cmd=”toc” depthFrom=1 depthTo=6 orderedList=false} –>
}
“`
“`shell {.line-numbers}
#!/bin/bash
hostname
source /etc/profile.d/env.sh
“`
– [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
– [x] list syntax required (any unordered or ordered list supported)
– [x] this is a complete item
– [ ] this is an incomplete item
First Header | Second Header
———— | ————-
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
添加 {++ ++}
刪除 {– –}
替換 {~~ ~> ~~}
注釋 {>> <<}
高亮 {== ==}{>> <<}
本文來自投稿,不代表Linux運維部落立場,如若轉載,請注明出處:http://www.www58058.com/92026