aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerisian <github@tadhg.com>2012-03-27 19:32:01 -0700
committererisian <github@tadhg.com>2012-03-27 19:32:01 -0700
commite6a663ff66e6c28ec535cd464073ea9df80d890c (patch)
tree095a99310d00dc4c3521539764751615e90088c6
parent8472e84fe463ee98ff02f6ae0b37e08239ad9907 (diff)
downloadvim-rst-tables-e6a663ff66e6c28ec535cd464073ea9df80d890c.tar.gz
vim-rst-tables-e6a663ff66e6c28ec535cd464073ea9df80d890c.tar.bz2
vim-rst-tables-e6a663ff66e6c28ec535cd464073ea9df80d890c.zip
Remove code-block directives, use :: for examples instead, to satisfy GitHub's renderer.
-rw-r--r--README.rst9
1 files 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