diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-01 06:56:47 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-01 06:56:47 +0000 |
commit | df0ce7658c28f45dd9afee804c76e3411b53c0ef (patch) | |
tree | 622221b6278901c0eddd5b70c087988ca5ae6c64 /README | |
parent | 65f05e036a29fa24907318d2fc48b9f1265d8112 (diff) | |
download | pandoc-df0ce7658c28f45dd9afee804c76e3411b53c0ef.tar.gz |
Added --default-code-classes option.
This specifies classes to use for indented code blocks.
Thanks to buttock for the (slightly modified) patch.
Resolves Issue #87.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1637 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -384,6 +384,11 @@ For further documentation, see the `pandoc(1)` man page. is specified, *references* is used regardless of the presence of this option. +`--default-code-classes`*=classes* +: specifies classes to use for indented code blocks--for example, + `perl,numberLines` or `haskell`. Multiple classes may be separated + by spaces or commas. + `--dump-args` : is intended to make it easier to create wrapper scripts that use Pandoc. It causes Pandoc to dump information about the arguments |