[This paste - URL TBD]:
* input title / upstream title:
** archival diff " unescaped HTML entity --- &
* expected output title / downstream title:
** archival diff " unescaped HTML entity --- &am
*** "HTML entity-encoded"
archival differences " unescaped HTML entity --- &
** <title>axuhongbo.top title - n"ll null n'l! nu[l n&q - Stikked</title>
** <h1 style="color:rgb(0, 0, 0);font-size:15.08px;font-weight:700;display:block;margin-block-end:0px;margin-block-start:0px;margin-bottom:0px;margin-inline-end:0px;margin-inline-start:0px;margin-left:0px;margin-right:0px;margin-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;" >
axuhongbo.top title - n"ll null n'l! nu[l n&q</h1>
** <div style="font-size:12.09px;display:block;float:left;line-height:18px;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;width:80%;" >
** <span style="color:rgb(51, 51, 51);font-style:italic;clear:both;display:block;width:100%;" >From Hot Mockingjay, 37 Seconds ago, written in Plain Text, viewed 1 times.</span>
** <title>axuhongbo.top title - n"ll null n'l! nu[l n&q; - Stikked</title>
** <h1 class="pagetitle right">
axuhongbo.top title - n"ll null n'l! nu[l n&q;</h1>
** <div class="meta">
** <span class="detail by">From Hot Mockingjay, 11 Minutes ago, written in Plain Text, viewed 7 times.</span>
* "&" did not start a character reference. ("&" probably should have been escaped as "&".)
** said warning or error message is shown via a semi-rounded semi-transparent dark grey rectangle with white text and text wrapping as follows:
<div>"&" did not start a character reference. ("&" probably should have been escaped as<br>"&".)</div>
archive.md: does not preserve the original web page source code text because it fixes un-escaped HTML entities by escaping them so the rendered version of the HTML shows up as the same. I guess
archive.ph "fixes" them due to security concerns.
web.archive.org: does not preserve the original webpage source code text because it fixes un-escaped HTML entities by adding a semicolon which makes the rendered version of the HTML shows up as the different :(
"upstream title" means: the inputted title
"downstream title" means: the outputted title
"TBD" means: to be determined
"character reference" probably means: named or non-named HTML entity or "HTML character entity reference"
----