Created
April 29, 2021 21:59
-
-
Save eshellman/c9b519da90e6d7c8cffdd92ec78b13f7 to your computer and use it in GitHub Desktop.
example file where tidy moves whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>redspace</title> | |
<style type="text/css"> | |
.bold { | |
font-style: bold; | |
background-color: red; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Tidy moving whitespace</h1> | |
<p> | |
No added wh<span class="bold">itespace</span>.<br /> | |
No added whi <span class="bold">te space</span>.<br /> | |
Moved white<span class="bold"> space</span>. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment