Soft line break support
This commit is contained in:
parent
2e66b03baa
commit
e4fe5f98e6
3 changed files with 111 additions and 18 deletions
|
@ -3,10 +3,14 @@
|
|||
<body>
|
||||
<p>Hello World!</p>
|
||||
<p>Hello Alice!</p>
|
||||
<p>A Multi-line
|
||||
Paragraph</p>
|
||||
<p>
|
||||
A Multi-line
|
||||
Paragraph
|
||||
</p>
|
||||
<p>Two line breaks</p>
|
||||
<p>A multiline paragraph
|
||||
with some indentation</p>
|
||||
<p>
|
||||
A multiline paragraph
|
||||
with some indentation
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue