File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -148,21 +148,21 @@ Skipping is supported for single blocks, sections and entire files.
148148See :rst:dir: `autolink-skip ` for more information and options.
149149
150150
151- Skipping literal blocks
152- ^^^^^^^^^^^^^^^^^^^^^^^
151+ Skipping implicit literal blocks
152+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
153153
154- The following example is using a literal block (``:: ``)
155- which does *not * have :rst:dir: `autolink-skip ` set
154+ The following example is using an implicit literal block (``:: ``).
155+ It does *not * have :rst:dir: `autolink-skip ` set
156156and thus has linking::
157157
158158 import lib
159159 k1 = lib.Knight()
160160
161161.. autolink-skip ::
162162
163- The following example is using a literal block (``:: ``)
164- which *does * have :rst:dir: `autolink-skip ` set
165- in the paragraph before it and thus has no linking::
163+ The following example is also using an implicit literal block (``:: ``).
164+ It *does * have :rst:dir: `autolink-skip ` set before the paragraph
165+ you are reading now and thus the code example has no linking::
166166
167167 import lib
168168 k2 = lib.Knight()
You can’t perform that action at this time.
0 commit comments