fix table syntax example

This commit is contained in:
Alif Rachmawadi 2013-05-05 10:35:09 +07:00
parent 3c0965e698
commit 227e2c0094

View File

@ -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 Bob | 27
Alice | 23 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