diff options
| -rw-r--r-- | README | 11 | ||||
| -rw-r--r-- | man/pandoc.1 | 13 | 
2 files changed, 13 insertions, 11 deletions
| @@ -636,12 +636,13 @@ Options affecting specific writers      for a file `reference.docx` in the user data directory (see      `--data-dir`). If this is not found either, sensible defaults will be      used. The following styles are used by pandoc: [paragraph] -    Normal, Compact, Title, Subtitle, Authors, Date, Abstract, Heading 1, -    Heading 2, Heading 3, Heading 4, Heading 5, Block Text, Definition Term, -    Definition, Bibliography, Body Text, Table Caption, Image Caption, -    Figure, FigureWithCaption; +    Normal, Body Text, First Paragraph, Compact, Title, Subtitle, Author, Date, +    Abstract, Bibliography, Heading 1, Heading 2, Heading 3, Heading 4, +    Heading 5, Heading 6, Block Text, Footnote Text, Definition Term, +    Definition, Caption, Table Caption, Image Caption, Figure, +    Figure With Caption, TOC Heading;      [character] Default Paragraph Font, Body Text Char, Verbatim Char, -    Footnote Reference, Hyperlink. +    Footnote Reference, Hyperlink; [table] Normal Table.  `--epub-stylesheet=`*FILE* diff --git a/man/pandoc.1 b/man/pandoc.1 index 685e148da..2ffd794f6 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -791,12 +791,13 @@ If no reference docx is specified on the command line, pandoc will look  for a file \f[C]reference.docx\f[] in the user data directory (see  \f[C]\-\-data\-dir\f[]).  If this is not found either, sensible defaults will be used. -The following styles are used by pandoc: [paragraph] Normal, Compact, -Title, Subtitle, Authors, Date, Abstract, Heading 1, Heading 2, Heading -3, Heading 4, Heading 5, Block Text, Definition Term, Definition, -Bibliography, Body Text, Table Caption, Image Caption, Figure, -FigureWithCaption; [character] Default Paragraph Font, Body Text Char, -Verbatim Char, Footnote Reference, Hyperlink. +The following styles are used by pandoc: [paragraph] Normal, Body Text, +First Paragraph, Compact, Title, Subtitle, Author, Date, Abstract, +Bibliography, Heading 1, Heading 2, Heading 3, Heading 4, Heading 5, +Heading 6, Block Text, Footnote Text, Definition Term, Definition, +Caption, Table Caption, Image Caption, Figure, Figure With Caption, TOC +Heading; [character] Default Paragraph Font, Body Text Char, Verbatim +Char, Footnote Reference, Hyperlink; [table] Normal Table.  .RS  .RE  .TP | 
