fix table syntax example
Alif Rachmawadi subosito@gmail.com
Sun, 05 May 2013 10:35:09 +0700
1 files changed,
6 insertions(+),
4 deletions(-)
jump to
M
README.md
→
README.md
@@ -120,10 +120,12 @@
* **Tables**. Tables can be created by drawing them in the input using a simple syntax: - Name | Age - --------|------ - Bob | 27 - Alice | 23 + ``` + Name | Age + --------|------ + Bob | 27 + Alice | 23 + ``` * **Fenced code blocks**. In addition to the normal 4-space indentation to mark code blocks, you can explicitly mark them