Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |