From e6a663ff66e6c28ec535cd464073ea9df80d890c Mon Sep 17 00:00:00 2001 From: erisian Date: Tue, 27 Mar 2012 19:32:01 -0700 Subject: Remove code-block directives, use :: for examples instead, to satisfy GitHub's renderer. --- README.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 2bfa20d..1f9a686 100644 --- a/README.rst +++ b/README.rst @@ -24,9 +24,8 @@ Installation Usage ----- 1. Open a reStructuredText file -2. Create some kind of table outline +2. Create some kind of table outline:: - .. code_block:: rst This is paragraph text *before* the table. Column 1 Column 2 @@ -38,9 +37,8 @@ Usage 2. Put your cursor somewhere in the table. 3. Press ``,,f`` (to create the table). The output will look something like - this: + this:: - .. code_block:: rst This is paragraph text *before* the table. +==========+=========================================================+ @@ -54,5 +52,4 @@ Usage | Qux | This is the last line. | +----------+---------------------------------------------------------+ - This is paragraph text *after* the table. - + This is paragraph text *after* the table. \ No newline at end of file -- cgit v1.2.3