aboutsummaryrefslogtreecommitdiff
path: root/exampleData/basic/headingscss.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/basic/headingscss.html')
-rw-r--r--exampleData/basic/headingscss.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleData/basic/headingscss.html b/exampleData/basic/headingscss.html
new file mode 100644
index 0000000..005e908
--- /dev/null
+++ b/exampleData/basic/headingscss.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+<body>
+<h1>this heading is not in sentence case</h1>
+<p>
+Sample text
+</p>
+<h2 class="foo">neither is this heading</h2>
+<h1>This heading is in sentence case</h1>
+<p>
+Here's an empty heading:
+</p>
+<h1></h1>
+<h1>This Heading is in Title Case</h1>
+</div>
+</body>
+</html>