Optionally Preserving New Lines (#115)

This commit is contained in:
Brandon Wilson
2021-08-12 03:27:32 +02:00
committed by GitHub
parent 44a6b3913e
commit 8ea7b1c86c
6 changed files with 53 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
Preserving line breaks will ensure
that this text displays on two separate lines
While this text appears on one line, it will wrap when the text meets the renderer's default value of 80 characters
+5
View File
@@ -0,0 +1,5 @@
Preserving line breaks will ensure
that this text displays on two separate lines
While this text appears on one line, it will wrap when the text meets the
renderer's default value of 80 characters