diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 04:46:57 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 04:46:57 +0000 |
commit | eb5550a6e4daf77754fb55d1867f718179182bdb (patch) | |
tree | daa4007df63696c3cfe92c484eb77f6856e94f26 /man/man1 | |
parent | c4915eace033ac54132790eb61fc2671ce31bc58 (diff) | |
download | pandoc-eb5550a6e4daf77754fb55d1867f718179182bdb.tar.gz |
Changed --default-code-classes -> --indented-code-classes.
Also changed stateDefaultCodeClasses -> stateIndentedCodeClasses.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1643 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index f587526fa..6876f3e90 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -154,7 +154,7 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. If `--strict` is specified, *references* is used regardless of the presence of this option. -\--default-code-classes*=classes* +\--indented-code-classes*=classes* : Specify classes to use for indented code blocks--for example, `perl,numberLines` or `haskell`. Multiple classes may be separated by spaces or commas. |