Test Headings
This commit is contained in:
parent
85ead54619
commit
68928aeb20
5 changed files with 76 additions and 0 deletions
19
test/djot-to-html/003-headings/expected
Normal file
19
test/djot-to-html/003-headings/expected
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang=en>
|
||||
<body>
|
||||
<h1>Level 1 Heading</h1>
|
||||
<h2>Level 2 Heading</h2>
|
||||
<h3>Level 3 Heading</h3>
|
||||
<h4>Level 4 Heading</h4>
|
||||
<h5>Level 5 Heading</h5>
|
||||
<h6>Level 6 Heading</h6>
|
||||
<p>####### Level 7 Not a Heading</p>
|
||||
<h1>A heading that spans multiple lines</h1>
|
||||
<h1>Heading</h1>
|
||||
<p>Some content</p>
|
||||
<h2>A sub heading</h2>
|
||||
<p>Even more content</p>
|
||||
<h1>Back up</h1>
|
||||
<p>Some final content</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue