aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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