Paragraph testing
This commit is contained in:
parent
135b878233
commit
2e66b03baa
10 changed files with 80 additions and 2 deletions
test/djotToHtml/001-paragraph
12
test/djotToHtml/001-paragraph/expected
Normal file
12
test/djotToHtml/001-paragraph/expected
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang=en>
|
||||
<body>
|
||||
<p>Hello World!</p>
|
||||
<p>Hello Alice!</p>
|
||||
<p>A Multi-line
|
||||
Paragraph</p>
|
||||
<p>Two line breaks</p>
|
||||
<p>A multiline paragraph
|
||||
with some indentation</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue