aboutsummaryrefslogtreecommitdiff
path: root/tests/latex-reader.native
AgeCommit message (Expand)AuthorFilesLines
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane1-1/+1
2015-12-12Test fixes.John MacFarlane1-21/+21
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+1
2015-08-07Updated tests for link attribute changes.mb211-31/+31
2015-08-07Updated tests for image attribute changes.John MacFarlane1-12/+3
2015-03-30Latex Reader: More tests for corner casesNikolay Yakimov1-1/+5
2015-03-30Latex Reader: Test for para starting with latex macroNikolay Yakimov1-1/+2
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov1-1/+5
2014-04-26Update latex reader test for change in latex reader.John MacFarlane1-1/+1
2013-11-18LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane1-1/+1
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-30/+30
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-4/+4
2013-08-10Updated tests for new Format.John MacFarlane1-3/+3
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane1-1/+1
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane1-1/+1
2013-03-09LaTeX reader: citation handling changes.John MacFarlane1-1/+1
2013-01-20Fixed bug with escaped % in LaTeX reader.John MacFarlane1-1/+3
2013-01-09Added Attr field to Header.John MacFarlane1-29/+29
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-4/+4
2012-10-28Removed citationSuppressParens.John MacFarlane1-1/+1
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane1-1/+1
2012-10-21Revert "Adjust LaTeX reader test for last change."John MacFarlane1-1/+1
2012-10-15Adjust LaTeX reader test for last change.John MacFarlane1-1/+1
2012-10-10LaTeX reader: Better support for citation commands.John MacFarlane1-1/+1
2012-09-06LaTeX reader: Support obeylines environment.John MacFarlane1-0/+1
2012-09-06LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane1-1/+1
2012-03-19Added test for one column table in LaTeX.John MacFarlane1-0/+5
2012-02-10LaTeX reader: Add ", " to suffix...John MacFarlane1-1/+1
2012-02-06LaTeX reader: use raw latex as fallback for Cites.John MacFarlane1-1/+1
2012-02-04Improvements to LaTeX reader:John MacFarlane1-1/+2
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane1-37/+37
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-21/+21
2011-01-26Add support for attributes in inline Code.John MacFarlane1-10/+10
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-1/+1
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane1-1/+1
2011-01-20Updated tests for new native format.John MacFarlane1-382/+365
2011-01-07LaTeX reader: Support simple tables.John MacFarlane1-1/+7
2010-12-13Added support for latex cite commands in latex reader.Nathan Gass1-4/+4
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher1-1/+1
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-36/+36
2008-09-06LaTeX reader: minor improvements.fiddlosopher1-1/+1
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-7/+7
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher1-12/+12
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher1-12/+12
2007-11-29Changed tests to use new Math block element.fiddlosopher1-7/+7
2007-09-01Added separate latex reader and native reader tests;fiddlosopher1-0/+378