Skip to content

Instantly share code, notes, and snippets.

@eshellman
Created April 29, 2021 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eshellman/c9b519da90e6d7c8cffdd92ec78b13f7 to your computer and use it in GitHub Desktop.
Save eshellman/c9b519da90e6d7c8cffdd92ec78b13f7 to your computer and use it in GitHub Desktop.
example file where tidy moves whitespace
<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