Hard line break support
This commit is contained in:
parent
e4fe5f98e6
commit
72c73ec99d
5 changed files with 48 additions and 4 deletions
|
@ -12,5 +12,22 @@
|
|||
A multiline paragraph
|
||||
with some indentation
|
||||
</p>
|
||||
<p>
|
||||
This is a hard
|
||||
<br>
|
||||
line break
|
||||
</p>
|
||||
<p>
|
||||
And again
|
||||
<br>
|
||||
with some spaces afterwards
|
||||
</p>
|
||||
<p>
|
||||
And now we
|
||||
mix soft
|
||||
<br>
|
||||
and hard
|
||||
linebreaks
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,3 +10,14 @@ Two line breaks
|
|||
|
||||
A multiline paragraph
|
||||
with some indentation
|
||||
|
||||
This is a hard\
|
||||
line break
|
||||
|
||||
And again\
|
||||
with some spaces afterwards
|
||||
|
||||
And now we
|
||||
mix soft\
|
||||
and hard
|
||||
linebreaks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue