sphinx/tests/roots/test-directive-code/caption.rst

22 lines
264 B
ReStructuredText

Dedent
======
Code blocks
-----------
.. code-block:: ruby
:caption: caption *test* rb
def ruby?
false
end
Literal Include
---------------
.. literalinclude:: literal.inc
:language: python
:caption: caption **test** py
:lines: 10-11