Either compare all the steps in kilo-tutorial manually to make sure they're the same, or write a script that somehow compares the HTML to make sure it's the same. (Easiest way might be to use an html prettifier that formats html in a very specific way, then do a simple diff on the outputs of that.)
Either compare all the steps in kilo-tutorial manually to make sure they're the same, or write a script that somehow compares the HTML to make sure it's the same. (Easiest way might be to use an html prettifier that formats html in a very specific way, then do a simple
diff
on the outputs of that.)