We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220e790 commit 89742c6Copy full SHA for 89742c6
docs/content/references.md
@@ -87,7 +87,7 @@ Then, reference the figure by its `:name:` value. For example:
87
| `` Here is [](my-fig-ref) `` | Here is [](my-fig-ref) |
88
| `` Here is [My cool fig](my-fig-ref) `` | Here is [My cool fig](my-fig-ref) |
89
| `` Here is {numref}`my-fig-ref` `` | Here is {numref}`my-fig-ref` |
90
-| `` Here is {numref}`Custom Figure %s text ` `` | Here is {numref}`Custom Figure %s text <my-fig-ref>` |
+| `` Here is {numref}`Custom Figure %s text <my-fig-ref>` `` | Here is {numref}`Custom Figure %s text <my-fig-ref>` |
91
92
(references:tables)=
93
## Reference tables
0 commit comments