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
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