Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-directive-code / highlight.rst
Size: Mime:
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"