Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Remove code-block directives, use :: for examples instead, to satisfy…
Browse files Browse the repository at this point in the history
… GitHub's renderer.
  • Loading branch information
erisian committed Mar 28, 2012
1 parent 8472e84 commit e6a663f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.rst
Expand Up @@ -24,9 +24,8 @@ Installation
Usage Usage
----- -----
1. Open a reStructuredText file 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. This is paragraph text *before* the table.


Column 1 Column 2 Column 1 Column 2
Expand All @@ -38,9 +37,8 @@ Usage


2. Put your cursor somewhere in the table. 2. Put your cursor somewhere in the table.
3. Press ``,,f`` (to create the table). The output will look something like 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. This is paragraph text *before* the table.


+==========+=========================================================+ +==========+=========================================================+
Expand All @@ -54,5 +52,4 @@ Usage
| Qux | This is the last line. | | Qux | This is the last line. |
+----------+---------------------------------------------------------+ +----------+---------------------------------------------------------+


This is paragraph text *after* the table. This is paragraph text *after* the table.

0 comments on commit e6a663f

Please sign in to comment.