More block markup tests.

This commit is contained in:
Georg Brandl
2009-08-09 23:12:01 +02:00
parent 8ba78e88e7
commit 8d0c50c5b4
3 changed files with 17 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Meta markup
-----------
.. sectionauthor:: Georg Brandl
.. moduleauthor:: Georg Brandl
.. contents:: TOC
@@ -155,6 +156,17 @@ Version markup
Boring stuff.
Code blocks
-----------
.. code-block:: ruby
:linenos:
def ruby?
false
end
Misc stuff
----------