all repos — grayfriday @ 015b0af4355b1120202677944761a0caf40e89ed

blackfriday fork with a few changes

Merge pull request #24 from subosito/sample-fixes

Fix table syntax example on README
Russ Ross russ@russross.com
Mon, 20 May 2013 15:15:38 -0700
commit

015b0af4355b1120202677944761a0caf40e89ed

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