aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Man reader: Handle optional argument in ME, UE macros.John MacFarlane2-5/+5
2018-10-22Groff writers escaping changes.John MacFarlane2-32/+32
2018-10-22LaTeX reader: add support for `nolinkurl` command. (#4992)Brian Leung1-0/+10
2018-10-23Muse writer: do not insert newline before listsAlexander Krotov1-0/+1
2018-10-22Man reader: don't parse \[ul] as unicode escape.John MacFarlane1-1/+1
2018-10-21Man reader: fix code block tests.John MacFarlane1-3/+3
2018-10-21Man reader: support .ds, .ds1; also fix macro arguments.John MacFarlane2-2/+4
2018-10-22Muse reader: allow footnotes to start with empty lineAlexander Krotov1-0/+17
2018-10-21Man reader: Moved handling of B, I, BI, IB, etc. to parsing phase.John MacFarlane1-1/+1
2018-10-21Man reader: move macro resolution to lexer phase.John MacFarlane2-1/+15
2018-10-21Muse writer: use lightweight markup after </em> tagAlexander Krotov1-0/+3
2018-10-20Man reader: support UR/UE, MT/ME for links.John MacFarlane2-1/+14
2018-10-20Man reader: Fixed handling of nested fonts.John MacFarlane1-0/+7
2018-10-21Muse reader: allow empty headersAlexander Krotov1-0/+7
2018-10-20Man reader: Fix .B, .I, .BR, etc.John MacFarlane1-1/+4
2018-10-20Man reader: major restructuring, support macros.John MacFarlane2-5/+5
2018-10-20Man reader: block quotes (using RS..RE).John MacFarlane2-2/+4
2018-10-20Man reader: parse TP as definition lists.John MacFarlane2-1/+19
2018-10-20Man reader: handle shift in list style.John MacFarlane1-6/+10
2018-10-20Powerpoint tests: test raw openxmlJesse Rosenthal4-1/+7
2018-10-19Man reader: improve treatment of .TH.John MacFarlane1-3/+2
2018-10-19Man reader: Improved header parsing.John MacFarlane2-14/+14
2018-10-19Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.John MacFarlane1-38/+0
2018-10-19Man reader: properly handle multi-block list items.John MacFarlane2-31/+31
2018-10-19Man reader: Added more tests for escapes.John MacFarlane1-6/+11
2018-10-19Man reader: minor improvements.John MacFarlane2-7/+13
2018-10-19More man reader test updates.John MacFarlane1-6/+6
2018-10-19Update tests for last change to man reader.John MacFarlane1-42/+42
2018-10-18Update man reader tests.John MacFarlane3-32/+30
2018-10-18GroffChar: fixed interpretation of `\-`.John MacFarlane2-19/+19
2018-10-18Merge branch 'Yanpas-groff_reader'John MacFarlane6-0/+394
2018-10-18Groff escaping changes.John MacFarlane5-44/+44
2018-10-17man/ms writers: use `\[at]` for escaped `@`.John MacFarlane1-1/+1
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane6-64/+65
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov2-44/+45
2018-10-17Muse reader: allow examples to be indented with tabsAlexander Krotov1-0/+8
2018-10-17Muse reader: remove indentation from examples indicated by {{{ and }}}Alexander Krotov1-0/+6
2018-10-16Merge branch 'groff_reader' of https://github.com/Yanpas/pandoc into Yanpas-g...John MacFarlane6-0/+394
2018-10-17added old-style testYan Pas4-1/+288
2018-10-15Only override --quickcheck-tests=N if N is not default value (100).John MacFarlane2-2/+12
2018-10-16buildersYan Pas1-4/+4
2018-10-15LaTeX reader: make macroDef polymorphic and allow in inline context.John MacFarlane1-2/+1
2018-10-15Added failing test case for macros.John MacFarlane1-0/+18
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane2-0/+8
2018-10-14Markdown reader: Fix awkward soft break movements before abbreviations.John MacFarlane2-1/+32
2018-10-14tests, commented debug functionsYan Pas1-19/+58
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane1-0/+13
2018-10-10Test that Muse reader can parse code with = sign insideAlexander Krotov1-0/+2
2018-10-10Muse reader: fix parsing of empty cellsAlexander Krotov1-0/+11
2018-10-09posix man files parsed successfullyYan Pas1-2/+2