mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #1237 footnotes not working in definition list in LaTeX
This commit is contained in:
@@ -30,3 +30,14 @@ The section with a reference to [AuthorYear]_
|
||||
.. [AuthorYear] Author, Title, Year
|
||||
.. [1] Second
|
||||
.. [#] Third
|
||||
|
||||
`URL in term <http://sphinx-doc.org/>`_
|
||||
Description Description Description ...
|
||||
|
||||
Footnote in term [#]_
|
||||
Description Description Description ...
|
||||
|
||||
`Term in deflist <http://sphinx-doc.org/>`_
|
||||
Description2
|
||||
|
||||
.. [#] Footnote in term
|
||||
|
||||
Reference in New Issue
Block a user