diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-29 08:38:29 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-29 08:38:29 -0700 |
commit | 1dde96e41879dd2ae39e8e79f8c77914f1885947 (patch) | |
tree | 46c562673eed9a717438ebf44ddf9838431928ee /README | |
parent | a97f39c12e7b47a272575b69ad4cdd38966c043e (diff) | |
download | pandoc-1dde96e41879dd2ae39e8e79f8c77914f1885947.tar.gz |
Document that `fancy_lists` turns on `#` as list marker.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1342,6 +1342,12 @@ capital letter with a period, by at least two spaces.[^2] (C\) 2007 Joe Smith +The `fancy_lists` extension also allows '`#`' to be used as an +ordered list marker in place of a numeral: + + #. one + #. two + **Extension: `startnum`** Pandoc also pays attention to the type of list marker used, and to the |