diff options
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 0bf8343bb..4872d6a46 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -101,7 +101,7 @@ Includes The directive also supports the ``linenos`` flag option to switch on line numbers, and a ``language`` option to select a language different from the current file's standard language. Example with options:: - + .. literalinclude:: example.rb :language: ruby :linenos: |