framework icon indicating copy to clipboard operation
framework copied to clipboard

Plain HTML links should be normalized

Open mbostock opened this issue 9 months ago • 0 comments

For example, this HTML won’t be rewritten, and will working during local development but won’t work when deployed:

<a href="/test.html">test</a>

We currently only normalize links in Markdown, not HTML; we need to generalize and rewrite links in HTML, too.

mbostock avatar May 08 '24 22:05 mbostock