diff options
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index a8097d0..c5689e9 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -119,6 +119,30 @@ A paragraph followed by literal named [literal] This is literal +=== Alignment + +[.text-left] +This text is left aligned. + +[.text-right] +This text is right aligned. + +[.text-center] +This text is center aligned. + +[.text-justify] +This text is justify aligned. + +=== Line break + +Rubies are red, + +Topazes are blue. + +* is this + +line break +* too + +* or not + == Unconstrained text formatting |
