diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-12-07 12:54:25 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-07 12:54:25 +0100 |
| commit | 7fbfcb03d87feb369dcfabc1066e8f570ed471c8 (patch) | |
| tree | 6e2697313deae47e9a4b5e13394cc506888b4d60 /tests/rst-reader.rst | |
| parent | 97274c99910aab5daafecc4ebc0d04ff0c117b51 (diff) | |
RST reader: fix hyperlink aliases.
`link <google_>`_
.. _google: https://google.com
is really a reference link.
Closes #3283.
Diffstat (limited to 'tests/rst-reader.rst')
| -rw-r--r-- | tests/rst-reader.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst index 450f2b939..cfe959f2d 100644 --- a/tests/rst-reader.rst +++ b/tests/rst-reader.rst @@ -390,6 +390,8 @@ Reference links: `link1`_ and `link2`_ and link1_ again. .. _link1: /url1/ .. _`link2`: /url2/ +Another `style of reference link <link1_>`_. + Here's a `link with an ampersand in the URL`_. Here's a link with an amersand in the link text: `AT&T </url/>`_. |
