@@ -79,18 +79,18 @@ but we can use any text you want. For example:
79
79
```my custom text <target to paragraph>`_ ``,
80
80
that will be rendered as: `my custom text <target to paragraph >`_.
81
81
82
- We can also create * in-line targets * within an element on your page,
82
+ We can also create _ ` in-line targets` within an element on your page,
83
83
allowing you to, for example, reference text *within * a paragraph.
84
84
85
85
For example, an in-line target inside a paragraph:
86
86
87
87
.. code-block :: rst
88
88
89
- We can also reference to a place *inside* an element,
90
- this can be done with an _`inline target` .
89
+ We can also create _`in-line targets` within an element on your page ,
90
+ allowing you to, for example, reference text *within* a paragraph .
91
91
92
- Then we can reference it using ```inline target `_ ``,
93
- that will be rendered as: `inline target `_.
92
+ Then we can reference it using ```in-line targets `_ ``,
93
+ that will be rendered as: `in-line targets `_.
94
94
95
95
Implicit targets
96
96
----------------
@@ -132,13 +132,13 @@ The ``ref`` role can be used to reference any explicit target. For example:
132
132
133
133
- :ref:`my target`.
134
134
- :ref:`Target to paragraph <target to paragraph>`.
135
- - :ref:`Target inside a paragraph <inline target >`.
135
+ - :ref:`Target inside a paragraph <in-line targets >`.
136
136
137
137
That will be rendered as:
138
138
139
139
- :ref: `my target `.
140
140
- :ref: `Target to paragraph <target to paragraph >`.
141
- - :ref: `Target inside a paragraph <inline target >`.
141
+ - :ref: `Target inside a paragraph <in-line targets >`.
142
142
143
143
The ``ref `` role also allow us to reference code blocks:
144
144
0 commit comments