aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-05-07Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane1-3/+3
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane1-0/+42
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane1-0/+13
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach1-0/+25
2017-05-06ConTeXt template: improved font handling.John MacFarlane2-4/+22
2017-05-06Org reader: support macrosAlbert Krewinkel2-0/+37
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov1-40/+0
2017-05-03Org reader: support table.el tablesAlbert Krewinkel1-0/+34
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts1-0/+28
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach1-0/+110
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg1-0/+8
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-0/+18
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel2-0/+12
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane3-1/+12
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-0/+12
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel1-1/+2
2017-04-26Lua filter: allow filtering of meta data onlyAlbert Krewinkel1-0/+12
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach1-0/+49
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach1-0/+12
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane7-0/+7
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane1-0/+14
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane1-0/+35
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel1-0/+9
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel1-33/+26
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel1-0/+9
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane1-0/+61
2017-04-22Add siunitx Support (#3588)schrieveslaach1-0/+21
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-0/+10
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-0/+10
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel4-11/+12
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane1-0/+6
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2-14/+28
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel2-4/+3
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel1-2/+6
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel1-4/+5
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane2-4/+19
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel1-1/+9
2017-04-06Ensure correctness of StackValue instancesAlbert Krewinkel1-0/+28
2017-04-06Ms writer: wider indents for lists.John MacFarlane1-96/+96
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane1-0/+8
2017-04-05Ms writer: respect text wrapping options.John MacFarlane2-69/+39
2017-04-04Ms writer improvements:John MacFarlane1-14/+8
2017-04-04Ms writer: ensure that @ is escaped in URIs.John MacFarlane1-2/+2
2017-04-03Add class to footnote back referencesTimm Albers2-10/+10
2017-04-02Lua module: add readers submoduleAlbert Krewinkel2-0/+18
2017-04-01Ms writer: added syntax highlighting.John MacFarlane1-2/+2
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane1-189/+189
2017-03-31JATS template: always include `<back>` element even if empty.John MacFarlane1-0/+2
2017-03-31JATS writer: put references in `<back>`.John MacFarlane2-1593/+1589
2017-03-30JATS writer: use both tex and mml alternatives for math when possible.John MacFarlane1-8/+21