Deprecated xmp
tag in URL metadata
#32
Labels
crate: cli
Related to the CLI crate
enhancement
Requires updating an existing feature
exporter
Related to exporter processes
html
Related to HTML Export
Some webmasters include HTML in their sites' metadata:
https://darknetdiaries.com/transcript/21/
In the
payload_data
that ends up looking like this escaped html code:If we got the whole string that would be fine, but iMessage truncates this data, so we end up getting some unclosed tags.
Rendering inside of
<pre><code>…</code></pre>
ends up rendering all of the escaped HTML, so I used anxmp
tag in lieu of acode
tag here to render the text properly. Sincexmp
is deprecated, we should do something else here. Ideally we can avoid using Javascript, as we want these pages to be printable to a PDF, and Javascript opens the door to non-printable features.The text was updated successfully, but these errors were encountered: