-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be good if I could use a footnote to link to a References section.
When I try the below:
Parameters
----------
timeout : float | httpx.Timeout, default 5.0
Request a default timeout in seconds or provide a
`httpx.Timeout` instance for finer-grained control[^1].
References
----------
[^1]: https://www.python-httpx.org/advanced/timeouts/
The back-link renders correctly in the References section but there is no link shown in the timeout section where the footnote [^1] appears to be ignored and rendered as plain text:
Describe the solution you'd like
The footnote should render as a superscript number and should be a link to the corresponding [^1]: in the References section.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
