summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane
2018-10-28Roff reader: introduce normal/copy mode distinction.John MacFarlane
2018-10-28Roff reader: use escapeArg in macroArg.John MacFarlane
2018-10-28Roff tokenizer: refactor escString.John MacFarlane
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane
2018-10-28Roff tokenizer: abstract out patterns: escapeArg, quoteArg.John MacFarlane
2018-10-28Roff tokenizer: allow space before ( in table options.John MacFarlane
2018-10-28EPUB writer: use metadata field `css` instead of `stylesheet`mb21
2018-10-28T.P.Filter: centralize filter path expansionAlbert Krewinkel
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel
2018-10-28Man reader: improved code blocks as continuation in list items.John MacFarlane
2018-10-28Man reader: allow both .in and .IP to indent code block.John MacFarlane
2018-10-28Man reader: skip .in used for indentation of code.John MacFarlane
2018-10-28Man reader: .PP in code blocks as blank line.John MacFarlane
2018-10-28Man reader: handle inline macros like .BI in code blocks.John MacFarlane
2018-10-28Hlint changes.John MacFarlane
2018-10-28Roff tokenizer: better handling of table format strings.John MacFarlane
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov
2018-10-27Revert "Roff tokenizer: use Seq for lineparts rather than lists."John MacFarlane
2018-10-27Revert "Roff reader: use LineParts abstraction."John MacFarlane
2018-10-27Roff reader: use LineParts abstraction.John MacFarlane
2018-10-27Roff tokenizer: use Seq for lineparts rather than lists.John MacFarlane
2018-10-27Remove old comment.John MacFarlane
2018-10-27Roff tokenizer: allow digit suffix in table cell format in any order.John MacFarlane
2018-10-27Roff tokenizer: check for first-column before parsing macro.John MacFarlane
2018-10-27Man reader: don't throw an error if a table cell can't be parsed...John MacFarlane
2018-10-27Man reader: allow .nf to be implicitly closed by eof.John MacFarlane
2018-10-27Roff reader: allow table options to be empty.John MacFarlane
2018-10-26Roff tokenizer: further table format spec parsing improvements.John MacFarlane
2018-10-26Roff tokenizer: allow spaces after table row format spec.John MacFarlane
2018-10-26Roff tokenizer: allow . on next line after table format spec.John MacFarlane
2018-10-26Roff tokenizer: better handling of font inlines `\f`....John MacFarlane
2018-10-26Roff tokenizer: allow eof in some places we allowed only newline.John MacFarlane
2018-10-26Roff tokenizer: skip .sp in tables.John MacFarlane
2018-10-26Rename Groff -> Roff.John MacFarlane
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel
2018-10-26Always preserve tabs for man format.John MacFarlane
2018-10-26Groff tokenizer: Allow line comments between table rows.John MacFarlane
2018-10-26Man writer: don't wrap .SH and .SS lines.John MacFarlane
2018-10-26Muse reader: parse page breaksAlexander Krotov
2018-10-25Man reader: allow empty simple table cells.John MacFarlane
2018-10-25Man reader: be more forgiving with table options.John MacFarlane
2018-10-25Man reader: be more forgiving when parsing tables.John MacFarlane
2018-10-25Groff tokenizer: handle `\s+2`, etc.John MacFarlane
2018-10-25Man reader: be more forgiving in parsing table format spec.John MacFarlane