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
I'm generating some Mermaid diagrams, and Mermaid uses HTML embedded in a foreignObject element. Whenever there are br elements in the HTML, netlify-plugin-checklinks fails with the error
inline Svg in <page.html>: about:blank:1:339: unexpected close tag.
Mermaid diagrams are kinda messy markup, but I've got it down to a minimal reproduction of sorts:
I'm generating some Mermaid diagrams, and Mermaid uses HTML embedded in a
foreignObject
element. Whenever there arebr
elements in the HTML,netlify-plugin-checklinks
fails with the errorMermaid diagrams are kinda messy markup, but I've got it down to a minimal reproduction of sorts:
(Note: Mermaid erroneously doesn't use self-closing
br
tags, but as you can see the minimal repro does.)The text was updated successfully, but these errors were encountered: