harper-html 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
</head>

<body>
  <p>
    This block contains multiple lines of HTML. If Harper is throwing a "too many spaces" lint, it's
    because <code>harper-html</code> isn't properly parsing the indent.
  </p>
</body>

</html>