aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach
2017-05-06Org reader: support macrosAlbert Krewinkel
2017-05-04\textcolor will be parse as span at the beginning of a paragraphMarc Schreiber
2017-05-03Org reader: support table.el tablesAlbert Krewinkel
2017-05-03\textcolor works as inline and block commandMarc Schreiber
2017-05-03Add block version of \textcolorMarc Schreiber
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg
2017-05-02Add basic \textcolor support to LaTeX readerMarc Schreiber
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane
2017-04-22Add siunitx Support (#3588)schrieveslaach
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane
2017-03-29lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach
2017-03-27LaTeX reader: add support for LaTeX subfiles package.schrieveslaach
2017-03-26Add blank lines to #3531 command test.John MacFarlane
2017-03-26MediaWiki writer: don't softbreak lines inside list items.John MacFarlane
2017-03-24Markdown writer: don't emit a simple table if `simple_tables` disabled.John MacFarlane
2017-03-23Pipe tables: impose minimum cell size.John MacFarlane
2017-03-22Added to issue 3516 command test to debug test failure on appveyor.John MacFarlane
2017-03-21Improve rendering of superscript in plain output.John MacFarlane
2017-03-21RST writer: improve grid table output, fix bug with empty rows.John MacFarlane
2017-03-20Add `space_in_atx_header` extension.John MacFarlane
2017-03-19Removed failing part of 3348 test.John MacFarlane
2017-03-18HTML reader: Better sanity checks on raw HTML.John MacFarlane
2017-03-17Added test case to 3348 to try to figure out why appveyor build fails.John MacFarlane
2017-03-17Adjust command test 3348.md to specify column width.John MacFarlane
2017-03-16Added test for #256.John MacFarlane
2017-03-13Better handling of \part in LaTeX.John MacFarlane
2017-03-12Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane
2017-03-11Changed test case labeled 3384.md to 3348.md.John MacFarlane
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane
2017-03-10Expand \newenvironment macros.John MacFarlane
2017-03-08Org reader: disallow tables on list marker linesAlbert Krewinkel
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane
2017-03-08Added test case for #3497.John MacFarlane
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane