Hard line break support

This commit is contained in:
Nathan McCarty 2025-02-27 05:28:06 -05:00
parent e4fe5f98e6
commit 72c73ec99d
5 changed files with 48 additions and 4 deletions

View file

@ -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>

View file

@ -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