sphinx-lint icon indicating copy to clipboard operation
sphinx-lint copied to clipboard

Cannot detect `missing-underscore-after-hyperlink` with line break

Open ghost opened this issue 4 months ago • 0 comments
trafficstars

sphinx-lint does not detect missing-underscore-after-hyperlink when the link contains a newline:

`Link text
<https://example.com/>`

This seems to be because the check_missing_underscore_after_hyperlink function checks each line; it should (like other checker functions) check each paragraph.

ghost avatar Jul 11 '25 06:07 ghost