diff options
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/rst/quickref.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index fdb9a8adb..604cfe6bc 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -1092,7 +1092,10 @@ A transition marker is a horizontal line documents (think of the indirect hyperlink being "folded in" like ingredients into a cake), and "<em>call-out</em>" is more suitable for printed documents, where the link needs to be presented explicitly, for - example as a footnote. + example as a footnote. You can force usage of the call-out form by + using the + "<a href="../../ref/rst/directives.html#target-notes">target-notes</a>" + directive. <p>reStructuredText also provides for <b>embedded URIs</b> (<a href="../../ref/rst/restructuredtext.html#embedded-uris">details</a>), |
