summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-05-28 16:03:24 -0600
committerDan Allen <dan.j.allen@gmail.com>2015-05-29 18:10:30 -0600
commit64a76a9bf31806070dca598221175d7e24a53c47 (patch)
treebca0fa17a7380fb6d4580f93bc14f84a6dd789a3 /examples
parentea8662423747c8c2b8e984cbe80a66a8f113afa0 (diff)
resolves #92 tighten spacing between list items
- tighten spacing between simple list items by default - allow simple list item spacing to be controlled by theme (outline_list_item_spacing) - align spacing between items in colist with simple items in outline list - add helper methods to List and ListItem to check for complex content - increase default indentation of outline lists
Diffstat (limited to 'examples')
-rw-r--r--examples/chronicles.adoc19
-rw-r--r--examples/chronicles.pdfbin310127 -> 192890 bytes
2 files changed, 19 insertions, 0 deletions
diff --git a/examples/chronicles.adoc b/examples/chronicles.adoc
index 52946600..d3e45a91 100644
--- a/examples/chronicles.adoc
+++ b/examples/chronicles.adoc
@@ -141,6 +141,25 @@ Let's start counting from 10.
.... upperalpha (A)
. arabic (2)
+How about a list with some terms?
+
+* Fruits
+
+Apple::
+The round fruit of a tree of the rose family, which typically has thin red or green skin and crisp flesh.
+Yes, I said _flesh_.
+
+Pear::
+A yellowish- or brownish-green edible fruit that is typically narrow at the stalk and wider toward the base, with sweet, slightly gritty flesh.
+More flesh.
+Mmmmm.
+
+* Vegetables
+
+Carrot::
+A tapering orange-colored root eaten as a vegetable.
+Beware, it's a favorite of the Wolpertinger.
+
===== Are You Still Here?
.Move, move, move!
diff --git a/examples/chronicles.pdf b/examples/chronicles.pdf
index e2ad6133..c17bca40 100644
--- a/examples/chronicles.pdf
+++ b/examples/chronicles.pdf
Binary files differ