File: multiline.rst

package info (click to toggle)
sphinx-tags 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: python: 484; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Multiline tags
==============

Since sphinx-tags 0.4.0, we now support multiline tag blocks. This means you can write

.. code-block:: rst

    .. tags::

       several, different, tags, can be, added,
       as long as, they are, separated

to obtain

.. tags::

   several, different, tags, can be, added,
   as long as, they are, separated