Files
pandoc/test/command
John MacFarlane 6bf3f89d69 Better handling of \part in LaTeX.
Closes #1905.

Removed stateChapters from ParserState.

Now we parse chapters as level 0 headers, and parts as level -1 headers.
After parsing, we check for the lowest header level, and if it's
less than 1 we bump everything up so that 1 is the lowest header level.
So `\part` will always produce a header; no command-line options
are needed.
2017-03-13 22:11:10 +01:00
..
2017-03-10 09:46:32 +01:00
2017-03-04 23:01:29 +01:00
2017-03-13 22:11:10 +01:00
2017-02-11 20:55:13 +01:00
2017-03-08 12:23:01 +01:00