mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
21 lines
345 B
ReStructuredText
21 lines
345 B
ReStructuredText
highlight
|
|
---------
|
|
|
|
.. code-block::
|
|
|
|
"A code-block without no language"
|
|
|
|
.. code-block:: python2
|
|
|
|
"A code-block with language argument"
|
|
|
|
.. highlight:: python3
|
|
|
|
.. code-block::
|
|
|
|
"A code-block without no language after highlight directive"
|
|
|
|
.. code-block:: python2
|
|
|
|
"A code-block without language argument after highlight directive"
|