Skip to content

Commit c81d217

Browse files
committed
Add multiline tag example to docs
1 parent 8db9a98 commit c81d217

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/examples/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Usage examples
55

66
examples
77
raw-cells
8+
multiline

docs/examples/multiline.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Multiline tags
2+
==============
3+
4+
Since sphinx-tags 0.4.0, we now support multiline tag blocks. This means you can write
5+
6+
.. code-block:: rst
7+
8+
.. tags::
9+
10+
several, different, tags, can be, added,
11+
as long as, they are, separated
12+
13+
to obtain
14+
15+
.. tags::
16+
17+
several, different, tags, can be, added,
18+
as long as, they are, separated
19+

0 commit comments

Comments
 (0)