mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
fix table syntax example
This commit is contained in:
parent
3c0965e698
commit
227e2c0094
10
README.md
10
README.md
|
@ -120,10 +120,12 @@ implements the following extensions:
|
||||||
* **Tables**. Tables can be created by drawing them in the input
|
* **Tables**. Tables can be created by drawing them in the input
|
||||||
using a simple syntax:
|
using a simple syntax:
|
||||||
|
|
||||||
Name | Age
|
```
|
||||||
--------|------
|
Name | Age
|
||||||
Bob | 27
|
--------|------
|
||||||
Alice | 23
|
Bob | 27
|
||||||
|
Alice | 23
|
||||||
|
```
|
||||||
|
|
||||||
* **Fenced code blocks**. In addition to the normal 4-space
|
* **Fenced code blocks**. In addition to the normal 4-space
|
||||||
indentation to mark code blocks, you can explicitly mark them
|
indentation to mark code blocks, you can explicitly mark them
|
||||||
|
|
Loading…
Reference in New Issue
Block a user