Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-13 | Parse \chapter{} in latex. | John MacFarlane | 1 | -2/+4 | |
+ Added stateHasChapters to ParserState. + If a \chapter command is encountered, this is set to True and subsequent \section commands (etc.) will be bumped up one level. | |||||
2010-07-11 | Merge branch 'atlists'. Added auto-numbered example lists. | John MacFarlane | 1 | -5/+27 | |
2010-07-06 | Allow language-neutral table captions. | John MacFarlane | 1 | -1/+4 | |
+ Captions may now begin simply with ':', instead of 'Table:' + Captions may now appear either above or below the table. + Resolves Issue #227. | |||||
2010-07-05 | More refactoring of grid table code. | John MacFarlane | 1 | -8/+60 | |
2010-07-05 | Minor reformatting. | John MacFarlane | 1 | -2/+4 | |
2010-07-05 | Moved generic grid table functions from RST reader -> Parsing. | John MacFarlane | 1 | -3/+85 | |
Here they can be used by the Markdown reader as well. | |||||
2010-07-05 | Moved parsing functions from Text.Pandoc.Shared to new module. | John MacFarlane | 1 | -0/+537 | |
+ Text.Pandoc.Parsing |