diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/asciidoc/Paragraphs.adoc | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/asciidoc/Paragraphs.adoc')
-rw-r--r-- | t/fmt/asciidoc/Paragraphs.adoc | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Paragraphs.adoc b/t/fmt/asciidoc/Paragraphs.adoc new file mode 100644 index 0000000..1715370 --- /dev/null +++ b/t/fmt/asciidoc/Paragraphs.adoc @@ -0,0 +1,69 @@ +Test Paragraphs +=============== + +Default Paragraph +----------------- + +Some paragraph text. Some paragraph text. Some paragraph text. +Some paragraph text. Some paragraph text. Some paragraph text. + +Literal Paragraph +----------------- + + Some paragraph text. Some paragraph text. Some paragraph text. + Some paragraph text. Some paragraph text. Some paragraph text. + +[verse] +Some paragraph text. +Some paragraph text. +Some paragraph text. +Some paragraph text. +Some paragraph text. +Some paragraph text. + +Admonition Paragraphs +--------------------- + +NOTE: This is an example note. + +[NOTE] +This is an example note. + +TIP: This is an example tip. + +[TIP] +This is an example tip. + +IMPORTANT: This is an example important. + +[IMPORTANT] +This is an example important. + +WARNING: This is an example warning. + +[WARNING] +This is an example warning. + +CAUTION: This is an example caution. + +[CAUTION] +This is an example caution. + +[icons=None, caption="My Special Note"] +NOTE: This is my special note. + +[icon="./images/icons/wink.png"] +NOTE: What lovely war. + +If --stdin was also used then this is prefixed by either "pack\t", or "keep\t" if a +new .keep file was successfully created. This is useful to remove a +.keep file used as a lock to prevent the race with 'git repack' +mentioned above. + +TIP: we're starting a +multi-line +Tip box. + +TIP: *now bold* +text in +the beginning |