Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25d27c7

Browse files
authored
Fix a ref markup syntax in markup.rst (#1014)
* Fix a ref markup syntax in markup.rst * Add anchor for Additional Markup Constructors
1 parent c0e1638 commit 25d27c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/markup.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ A directive is a generic block of explicit markup. Besides roles, it is one of
220220
the extension mechanisms of reST, and Sphinx makes heavy use of it.
221221

222222
Basically, a directive consists of a name, arguments, options and content. (Keep
223-
this terminology in mind, it is used in `:ref:`the next section
224-
<Additional Markup Constructs>` describing custom
223+
this terminology in mind, it is used in :ref:`the next section
224+
<additional-markup-constructs>` describing custom
225225
directives.) Looking at this example,
226226

227227
::
@@ -287,6 +287,7 @@ There are some problems one commonly runs into while authoring reST documents:
287287
separated from the surrounding text by non-word characters, you have to use
288288
an escaped space to get around that.
289289

290+
.. _additional-markup-constructs:
290291

291292
Additional Markup Constructs
292293
============================

0 commit comments

Comments
 (0)