, Option "" ["atx-headers"] (NoArg (\opt -> return opt { optSetextHeaders = False } )) "" -- "Use atx-style headers for markdown", Option "" ["chapters"] (NoArg (\opt -> return opt { optChapters = True })) "" -- "Use chapter for top-level sections in LaTeX, Doc...
GPL-2.0 license % Pandoc User's Guide % John MacFarlane % May 27, 2015 Synopsis === `pandoc` [*options*] [*input-file*]... Description === Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read...
headings in Markdown output. (The default is `atx`.) ATX-style headings are always used for levels 3+. This option also affects Markdown cells in `ipynb` output. `--atx-headers` : *Deprecated synonym for `--markdown-headings=atx`.* `...
The default is to use setext-style headers for levels 1-2, and then ATX headers. `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook output. When the LaTeX template uses the report, book, or memoir class, this option is implied. If `--beamer` is ...
text to be placed in running header or footer (see ConTeXt Headers and Footers); repeat up to four times for different placement indenting controls indentation of paragraphs, e.g. yes,small,next (see ConTeXt Indentation); repeat for multiple options interlinespace adjusts line spacing, e.g. ...
`--atx-headers`: Use ATX-style headers in Markdown and AsciiDoc output. The default is to use setext-style headers for levels 1-2, and then ATX headers.`--top-level-division=[default|section|chapter|part]`: Treat top-level headers as the given division type in LaTeX, ConTeXt,...
More expressive types for tables (#1024, Christian Despres). Tables can now take attributes; and rowspans and colspans, column headers, multiple row headers, table head and foot can all be represented. (Note, however, that reader and writer support for these features is still lacking, so ...
: Specify whether to use ATX-style (`#`-prefixed) or Setext-style (underlined) headings for level 1 and 2 headings in Markdown output. (The default is `atx`.) ATX-style headings are always used for levels 3+. This option also affects Markdown cells in `ipynb` output. ...
`--atx-headers` : Use ATX-style headings in Markdown output. The default is to use setext-style headings for levels 1 to 2, and then ATX headings. (Note: for `gfm` output, ATX headings are always used.) This option also affects markdown cells in `ipynb` output. ...
The default is to use setext-style headers for levels 1-2, and then ATX headers. `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook output. When the LaTeX document class is set to `report`, `book`, or `memoir`, this option is implied. If `beamer`...