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.