This commit is contained in:
parent
c0324c0bc2
commit
cbfa885984
42 changed files with 3701 additions and 547 deletions
19
posthtml-djot/test/expected/basic.html
Normal file
19
posthtml-djot/test/expected/basic.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<h1>Heading 1</h1>
|
||||
|
||||
|
||||
<p>Paragraph with some text</p>
|
||||
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>List item 1</li>
|
||||
<li>List item 2</li>
|
||||
<li>List item 3</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<blockquote>
|
||||
<p>A quote</p>
|
||||
</blockquote>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue