aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Driessen <vincent@datafox.nl>2012-03-29 01:19:41 -0700
committerVincent Driessen <vincent@datafox.nl>2012-03-29 01:19:41 -0700
commit381f5dd69905ad1497bb1943070fcc089b89f93b (patch)
tree095a99310d00dc4c3521539764751615e90088c6
parent8472e84fe463ee98ff02f6ae0b37e08239ad9907 (diff)
parente6a663ff66e6c28ec535cd464073ea9df80d890c (diff)
downloadvim-rst-tables-381f5dd69905ad1497bb1943070fcc089b89f93b.tar.gz
vim-rst-tables-381f5dd69905ad1497bb1943070fcc089b89f93b.tar.bz2
vim-rst-tables-381f5dd69905ad1497bb1943070fcc089b89f93b.zip
Merge pull request #10 from erisian/patch-1
Fix rendering of README. Thanks, @erisian!
-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