mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test: Add testcase for named footnotes
This commit is contained in:
@@ -33,6 +33,7 @@ The section with a reference to [AuthorYear]_
|
||||
* Second footnote: [1]_
|
||||
* `Sphinx <http://sphinx-doc.org/>`_
|
||||
* Third footnote: [#]_
|
||||
* Fourth footnote: [#named]_
|
||||
* `URL including tilde <http://sphinx-doc.org/~test/>`_
|
||||
* GitHub Page: `https://github.com/sphinx-doc/sphinx <https://github.com/sphinx-doc/sphinx>`_
|
||||
* Mailing list: `sphinx-dev@googlegroups.com <mailto:sphinx-dev@googlegroups.com>`_
|
||||
@@ -41,6 +42,7 @@ The section with a reference to [AuthorYear]_
|
||||
.. [1] Second
|
||||
.. [#] Third [#]_
|
||||
.. [#] Footnote inside footnote
|
||||
.. [#named] Fourth
|
||||
|
||||
The section with a reference to [#]_
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user