-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
currently these are not rendered correctly in VSCode

In reStructuredText the trailing underscore in a construct like
that uses the littlefs v2 filesystem format_.
signals an inline hyperlink. The text within the backtick is the link text and the optional URL is provided in angle brackets. Without the trailing underscore, reStructuredText wouldn’t interpret the markup as a hyperlink.
Possible solutions:
- clean up in docstring processing
- both
foo_ andfoo_ are common - risky for sequences like
On success, the ``_IRQ_PERIPHERAL_DISCONNECT`` or ``_IRQ_CENTRAL_DISCONNECT`` event will be raised.
- both
- raise an issue with vscode to render this correctly
