From 227e2c009412b4701e6bb4434ec01f386c0703cc Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Sun, 5 May 2013 10:35:09 +0700 Subject: [PATCH] fix table syntax example --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 159f68e..3bb20fd 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,12 @@ implements the following extensions: * **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