diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 17:56:02 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 17:56:02 +0000 |
commit | 78475498b4d9ffc1677eff55667eb87108333544 (patch) | |
tree | 66435308e9fdede1407c36d7bac6205a9c533cef /man/man1 | |
parent | 61f7a4f8698e9d9eb7a8af6ab8253815415156e7 (diff) | |
download | pandoc-78475498b4d9ffc1677eff55667eb87108333544.tar.gz |
Added --id-prefix option.
This adds a prefix to all automatically generated HTML identifiers,
which helps prevent duplicate identifiers when you're generating
a fragment (say a blog post).
Added writerIdentifierPrefix to WriterOptions.
Resolves Issue #41.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1650 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 6876f3e90..3eeb93fb4 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -154,6 +154,11 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. If `--strict` is specified, *references* is used regardless of the presence of this option. +\--id-prefix*=string* +: Specify a prefix to be added to all automatically generated identifiers + in HTML output. This is useful for preventing duplicate identifiers + when generating fragments to be included in other pages. + \--indented-code-classes*=classes* : Specify classes to use for indented code blocks--for example, `perl,numberLines` or `haskell`. Multiple classes may be separated |