Files
sphinx/tests/roots/test-reST-code-block/index.rst
2020-07-11 20:59:38 +09:00

8 lines
97 B
ReStructuredText

.. code-block::
:linenos:
def hello(name)
print("hello", name)
hello("Sphinx")