aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane3-36/+48
2017-05-25Added `spaced_reference_links` extension.John MacFarlane31-211/+1082
2017-05-25Update command tests to include stderr output.John MacFarlane7-5/+23
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane1-3/+3
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-0/+16
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane1-0/+6
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-0/+8
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano1-0/+289
2017-05-20Improve SVG image size code.Marc Schreiber5-0/+318
2017-05-19RST writer: add empty comments when needed...John MacFarlane2-0/+21
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel1-2/+2
2017-05-18Test updates for latex template changes.John MacFarlane1-13/+14
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane1-0/+13
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-0/+26
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel4-0/+27
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane1-2/+2
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane1-0/+13
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth1-2/+2
2017-05-12Replace `repeat' and `take' with `replicate'Alexander Krotov1-1/+1
2017-05-11Combine grid table parsersAlbert Krewinkel3-42/+42
2017-05-09LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman4-24/+24
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov2-35/+35
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