aboutsummaryrefslogtreecommitdiff
path: root/tests/latex-reader.native
AgeCommit message (Expand)AuthorFilesLines
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