Skip to content

Gracefully handle garbled URIs in Markdown

Stan Hu requested to merge sh-catch-invalid-uri-markdown into master

There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails.

Closes #41442 (closed)

Merge request reports