summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-reST-code-block/index.rst
blob: a7c7df03a09634772fe326703b83f0b1b101aea2 (plain)
1
2
3
4
5
6
7
.. code-block::
   :linenos:

   def hello(name)
       print("hello", name)

   hello("Sphinx")