aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2018-10-27Roff tokenizer: use Seq for lineparts rather than lists.John MacFarlane1-42/+44
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 MacFarlane6-84/+84
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane2-23/+41
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel4-69/+144
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 Krotov1-1/+9
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 MacFarlane1-15/+16
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel2-6/+95
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 Krotov1-23/+35
2018-10-25Groff reader: got `\f[]` working properly.John MacFarlane2-4/+8
2018-10-25Man reader: fixed nested emphasis.John MacFarlane1-7/+44
2018-10-24T.P.Readers.Groff: use FontSpec, not list of FontKind.John MacFarlane2-25/+36
2018-10-24Man reader: improve source posiiton info.John MacFarlane1-1/+2
2018-10-24T.P.Readers.Groff: improve LinePart.John MacFarlane2-139/+121
2018-10-24Added Text.Pandoc.Readers.Groff.John MacFarlane2-465/+530
2018-10-24Use foldl' instead of maximum to account for empty listsAlexander Krotov1-4/+2
2018-10-24Ms writer - removed old escapeBar.John MacFarlane1-8/+2
2018-10-24GroffChar: added @ to list of standard escapes.John MacFarlane1-1/+3
2018-10-24Rename manEscapes -> standardEscapesJohn MacFarlane2-5/+5
2018-10-24Muse reader: simplify museToPandocTableAlexander Krotov1-6/+4
2018-10-23Man reader: Add placeholder for table token.John MacFarlane1-0/+10
2018-10-23Groff writer character escaping changes.John MacFarlane4-55/+70
2018-10-23Man reader: ALlow empty definition list definitions.John MacFarlane1-2/+2
2018-10-23Man reader: handle implicitly closed RS, nf, EX.John MacFarlane1-8/+13
2018-10-23Man reader: handle .if.John MacFarlane1-0/+1
2018-10-23Man reader: ignore `\s` font size changes.John MacFarlane1-0/+10