You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may overlap, and/or be a duplicate of #4 - please feel free to close this if so.
Although standalone hyperlinks are valid, and hyperlinks with names are valid, between the two there's a representation that is invalid:
* Here's a standalone reST hyperlink: http://example.org/good
* Here's an invalid reST hyperlink: `http://example.org/bad`_
* Here's an valid reST hyperlink with a label: `foo <http://example.org/good>`_
sphinx-lint v0.6.7 doesn't currently detect any problems with the above, but some reST processors will refuse to process it (for example, rst2pdf, using docutils, emits: (ERROR/3) Unknown target name: "http://example.org/bad".).
The text was updated successfully, but these errors were encountered:
This may overlap, and/or be a duplicate of #4 - please feel free to close this if so.
Although standalone hyperlinks are valid, and hyperlinks with names are valid, between the two there's a representation that is invalid:
sphinx-lint
v0.6.7 doesn't currently detect any problems with the above, but some reST processors will refuse to process it (for example,rst2pdf
, usingdocutils
, emits:(ERROR/3) Unknown target name: "http://example.org/bad".
).The text was updated successfully, but these errors were encountered: