aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane1-63/+32
2018-11-02table testsYan Pashkovsky1-0/+11
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane1-0/+27
2018-11-02grofftest.sh - set resource path more appropriately.John MacFarlane1-1/+1
2018-11-02Improve test/grofftest.sh.John MacFarlane1-12/+16
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-0/+8
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane1-1/+1
2018-10-31ZimWiki writer: number ordered list items sequentially...John MacFarlane1-20/+20
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane1-0/+7
2018-10-30Roff reader: properly handle unknown backslash escapes.John MacFarlane1-0/+2
2018-10-29ZimWiki writer: remove extra indentation on lists.John MacFarlane1-88/+88
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane1-0/+21
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane1-2/+2
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane1-1/+1
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel1-10/+10
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel1-8/+7
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane2-1/+26
2018-10-28Muse: Make tables round-tripAlexander Krotov1-2/+16
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov1-0/+12
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 Krotov1-2/+10
2018-10-26Muse reader: parse page breaksAlexander Krotov1-0/+8
2018-10-25Man reader: support tables.John MacFarlane2-1/+218
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel2-0/+25
2018-10-25Muse writer: add support for grid tablesAlexander Krotov1-11/+24
2018-10-24GroffChar: added @ to list of standard escapes.John MacFarlane1-1/+1
2018-10-24Vimwiki reader: test empty preformatted textAlexander Krotov2-1/+8
2018-10-23Groff writer character escaping changes.John MacFarlane4-31/+31
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