all repos — grayfriday @ 227e2c009412b4701e6bb4434ec01f386c0703cc

blackfriday fork with a few changes

fix table syntax example
Alif Rachmawadi subosito@gmail.com
Sun, 05 May 2013 10:35:09 +0700
commit

227e2c009412b4701e6bb4434ec01f386c0703cc

parent

3c0965e698ef648c6bcd7284eaea0f64337e4536

1 files changed, 6 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.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