update manual accordingly

This commit is contained in:
KolenCheung 2016-10-08 15:45:43 -07:00 committed by John MacFarlane
parent 46be319ca9
commit a06586a6fd
3 changed files with 9 additions and 8 deletions

View file

@ -3460,7 +3460,7 @@ variants are supported:
`markdown_mmd` (MultiMarkdown) `markdown_mmd` (MultiMarkdown)
: `pipe_tables`, `raw_html`, `markdown_attribute`, `mmd_link_attributes`, : `pipe_tables`, `raw_html`, `markdown_attribute`, `mmd_link_attributes`,
`raw_tex`, `tex_math_double_backslash`, `intraword_underscores`, `tex_math_double_backslash`, `intraword_underscores`,
`mmd_title_block`, `footnotes`, `definition_lists`, `mmd_title_block`, `footnotes`, `definition_lists`,
`all_symbols_escapable`, `implicit_header_references`, `all_symbols_escapable`, `implicit_header_references`,
`auto_identifiers`, `mmd_header_identifiers`, `auto_identifiers`, `mmd_header_identifiers`,

View file

@ -4303,7 +4303,7 @@ variants are supported:
.TP .TP
.B \f[C]markdown_mmd\f[] (MultiMarkdown) .B \f[C]markdown_mmd\f[] (MultiMarkdown)
\f[C]pipe_tables\f[], \f[C]raw_html\f[], \f[C]markdown_attribute\f[], \f[C]pipe_tables\f[], \f[C]raw_html\f[], \f[C]markdown_attribute\f[],
\f[C]mmd_link_attributes\f[], \f[C]raw_tex\f[], \f[C]mmd_link_attributes\f[],
\f[C]tex_math_double_backslash\f[], \f[C]intraword_underscores\f[], \f[C]tex_math_double_backslash\f[], \f[C]intraword_underscores\f[],
\f[C]mmd_title_block\f[], \f[C]footnotes\f[], \f[C]definition_lists\f[], \f[C]mmd_title_block\f[], \f[C]footnotes\f[], \f[C]definition_lists\f[],
\f[C]all_symbols_escapable\f[], \f[C]implicit_header_references\f[], \f[C]all_symbols_escapable\f[], \f[C]implicit_header_references\f[],

View file

@ -1,8 +1,9 @@
MANUAL.txt # MANUAL.txt
changelog # changelog
man/pandoc.1 # man/pandoc.1
# README.md
# src/Text/Pandoc.hs # src/Text/Pandoc.hs
# src/Text/Pandoc/Options.hs # src/Text/Pandoc/Options.hs
src/Text/Pandoc/Templates.hs # src/Text/Pandoc/Templates.hs
trypandoc/index.html # trypandoc/index.html
trypandoc/trypandoc.hs # trypandoc/trypandoc.hs