diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-08-29 23:58:04 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-08-30 00:06:31 -0600 |
| commit | a14c526c24a1a94db073bbb14dccdc2b022f4896 (patch) | |
| tree | d0e5aa6531f5d93ad103f089f5b36aa735a66444 /examples/chronicles-example.adoc | |
| parent | 8087aae380ae516821cc22b48ecbeecbfc34dd72 (diff) | |
add a reversed list to the chronicles example
- add an example of a reversed list
- minor content edits
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 620ac934..5ef7fd84 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -135,19 +135,26 @@ TODO? ..... Don't do it, I'm watching you . Put on your hiking boots . Freeze your butt off on the side of a mountain at midnight -.. By the way, you can't see toes by the light of the teal moons. -Let's start counting from 10. +Let's skip a few steps and start counting from 10. [start=10] -. arabic (2) +. arabic (10) .. loweralpha (a) ... lowerroman (i) ... lowerroman (ii) ... lowerroman (iii) -... lowerroman (iv) .... upperalpha (A) -. arabic (2) +. arabic (11) + +It's time for a top 5 list, made using the `reversed` option on an ordered list! + +[%reversed] +. Stone Imperial Russian Stout +. Pliny the Elder +. Chimay Grande Réserve (Blue) +. St. Bernardus Abt 12 +. Westvleteren 12 (XII) How about a list with some terms? @@ -165,7 +172,7 @@ Mmmmm. * Vegetables Carrot:: -A tapering orange-colored root eaten as a vegetable. +An orange-colored root eaten as a vegetable. Beware, it's a favorite of the Wolpertinger. ===== Are You Still Here? |
