aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Roff tokenizer: allow `\*~` etc.John MacFarlane1-1/+1
2018-10-28Roff tokenizer: handle e.g. `\*n`.John MacFarlane1-1/+1
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane1-10/+39
2018-10-28Roff reader: introduce normal/copy mode distinction.John MacFarlane1-4/+33
2018-10-28Roff reader: use escapeArg in macroArg.John MacFarlane1-3/+8
2018-10-28Roff tokenizer: refactor escString.John MacFarlane1-15/+6
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane1-62/+59
2018-10-28Roff tokenizer: abstract out patterns: escapeArg, quoteArg.John MacFarlane1-27/+27
2018-10-28Roff tokenizer: allow space before ( in table options.John MacFarlane1-1/+2
2018-10-28EPUB writer: use metadata field `css` instead of `stylesheet`mb211-3/+4
2018-10-28T.P.Filter: centralize filter path expansionAlbert Krewinkel3-12/+16
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel5-30/+37
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel4-9/+9
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel3-52/+42
2018-10-28Man reader: improved code blocks as continuation in list items.John MacFarlane1-5/+7
2018-10-28Man reader: allow both .in and .IP to indent code block.John MacFarlane1-1/+2
2018-10-28Man reader: skip .in used for indentation of code.John MacFarlane1-1/+2
2018-10-28Man reader: .PP in code blocks as blank line.John MacFarlane1-0/+1
2018-10-28Man reader: handle inline macros like .BI in code blocks.John MacFarlane1-38/+58
2018-10-28Hlint changes.John MacFarlane2-10/+9
2018-10-28Roff tokenizer: better handling of table format strings.John MacFarlane1-8/+10
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane1-8/+25
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov1-3/+3
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov1-4/+16
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 MacFarlane2-74/+64
2018-10-27Roff reader: use LineParts abstraction.John MacFarlane2-64/+74
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