diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-09-25 20:26:38 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-09-25 20:26:38 -0700 |
commit | 885ef2072f68fd01137d2eb41d1258932d2134c5 (patch) | |
tree | 2d284eb550127110e1b79317f72194b1a2bc6216 /README | |
parent | 6ad7ac1239cb384bf830b1692991030735f43e89 (diff) | |
download | pandoc-885ef2072f68fd01137d2eb41d1258932d2134c5.tar.gz |
Make --id-prefix affect footnote IDs in markdown writer.
Closes #614.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -416,8 +416,9 @@ Options affecting specific writers `--id-prefix`=*STRING* : Specify a prefix to be added to all automatically generated identifiers - in HTML and DocBook output. This is useful for preventing duplicate - identifiers when generating fragments to be included in other pages. + in HTML and DocBook output, and to footnote numbers in markdown output. + This is useful for preventing duplicate identifiers when generating + fragments to be included in other pages. `-T` *STRING*, `--title-prefix=`*STRING* : Specify *STRING* as a prefix at the beginning of the title |