aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane3-9/+51
2018-10-28Muse: Make tables round-tripAlexander Krotov1-2/+16
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov2-3/+15
2018-10-27Remove misleading comment from Muse reader testsAlexander Krotov1-1/+0
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov2-6/+26
2018-10-27Revert "Roff tokenizer: use Seq for lineparts rather than lists."John MacFarlane1-44/+42
2018-10-27Revert "Roff reader: use LineParts abstraction."John MacFarlane3-75/+65
2018-10-27Roff reader: use LineParts abstraction.John MacFarlane3-65/+75
2018-10-27Roff tokenizer: use Seq for lineparts rather than lists.John MacFarlane1-42/+44
2018-10-27pandoc.cabal: add GHC 8.6.1 to list of tested compilersAlbert Krewinkel1-1/+2
2018-10-27.travis.yml: test with GHC 8.6.1Albert Krewinkel1-14/+10
2018-10-27.travis.yml: simplify GHC and cabal package handlingAlbert Krewinkel1-6/+11
2018-10-27.travis.yml: define GHC_OPTIONS global variableAlbert Krewinkel1-11/+7
2018-10-27.travis.yml: remove redundant compiler optionsAlbert Krewinkel1-9/+9
2018-10-27.travis.yml: break long commands into multiple linesAlbert Krewinkel1-7/+18
2018-10-27.travis.yml: break *env* definitions into multiple linesAlbert Krewinkel1-10/+56
2018-10-27pandoc.cabal: enable more compiler warningsAlbert Krewinkel1-1/+9
2018-10-27Remove old comment.John MacFarlane1-5/+4
2018-10-27Roff tokenizer: allow digit suffix in table cell format in any order.John MacFarlane1-11/+10
2018-10-27Roff tokenizer: check for first-column before parsing macro.John MacFarlane2-6/+10
2018-10-27Man reader: don't throw an error if a table cell can't be parsed...John MacFarlane1-1/+1
2018-10-27Man reader: allow .nf to be implicitly closed by eof.John MacFarlane1-3/+5
2018-10-27Roff reader: allow table options to be empty.John MacFarlane1-1/+1
2018-10-26Roff tokenizer: further table format spec parsing improvements.John MacFarlane1-1/+3
2018-10-26Roff tokenizer: allow spaces after table row format spec.John MacFarlane1-1/+1
2018-10-26Roff tokenizer: allow . on next line after table format spec.John MacFarlane1-1/+1
2018-10-26Roff tokenizer: better handling of font inlines `\f`....John MacFarlane1-7/+4
2018-10-26Roff tokenizer: allow eof in some places we allowed only newline.John MacFarlane1-3/+3
2018-10-26Roff tokenizer: skip .sp in tables.John MacFarlane1-1/+2
2018-10-26Rename Groff -> Roff.John MacFarlane7-87/+87
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane2-23/+41
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel5-69/+145
2018-10-26Always preserve tabs for man format.John MacFarlane1-1/+3
2018-10-26Groff tokenizer: Allow line comments between table rows.John MacFarlane1-0/+6
2018-10-26Man writer: don't wrap .SH and .SS lines.John MacFarlane1-1/+1
2018-10-26Muse reader: parse page breaksAlexander Krotov2-1/+17
2018-10-25Add man reader to pandoc.cabal description.John MacFarlane1-9/+10
2018-10-25Man reader: allow empty simple table cells.John MacFarlane2-3/+5
2018-10-25Man reader: be more forgiving with table options.John MacFarlane1-1/+2
2018-10-25Man reader: be more forgiving when parsing tables.John MacFarlane1-3/+4
2018-10-25Groff tokenizer: handle `\s+2`, etc.John MacFarlane1-1/+1
2018-10-25Man reader: be more forgiving in parsing table format spec.John MacFarlane1-4/+3
2018-10-25Man reader: support tables.John MacFarlane3-16/+234
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel6-6/+168
2018-10-25Man reader: handle tables.John MacFarlane1-17/+63
2018-10-25Groff tokenizer: make TableFormat a structured type.John MacFarlane1-7/+21
2018-10-25Groff tokenizer: introduced type synonym for TableFormat.John MacFarlane1-3/+5
2018-10-25Groff tokenizer: Add structured repr of table options.John MacFarlane2-12/+12
2018-10-25Implemented groff table lexing.John MacFarlane2-80/+162
2018-10-25Muse writer: add support for grid tablesAlexander Krotov2-34/+59