summaryrefslogtreecommitdiff
path: root/tests/latex-reader.native
Commit message (Expand)AuthorAge
* Latex Reader: More tests for corner casesNikolay Yakimov2015-03-30
* Latex Reader: Test for para starting with latex macroNikolay Yakimov2015-03-30
* LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2015-03-30
* Update latex reader test for change in latex reader.John MacFarlane2014-04-26
* LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane2013-11-18
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Updated tests for latest pandoc-types changes.John MacFarlane2013-08-16
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* Updated tests for new Format.John MacFarlane2013-08-10
* LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane2013-07-21
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Removed citationSuppressParens.John MacFarlane2012-10-28
* LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2012-10-22
* Revert "Adjust LaTeX reader test for last change."John MacFarlane2012-10-21
* Adjust LaTeX reader test for last change.John MacFarlane2012-10-15
* LaTeX reader: Better support for citation commands.John MacFarlane2012-10-10
* LaTeX reader: Support obeylines environment.John MacFarlane2012-09-06
* LaTeX reader: Use curly quotes for bare straight quotes.John MacFarlane2012-09-06
* Added test for one column table in LaTeX.John MacFarlane2012-03-19
* LaTeX reader: Add ", " to suffix...John MacFarlane2012-02-10
* LaTeX reader: use raw latex as fallback for Cites.John MacFarlane2012-02-06
* Improvements to LaTeX reader:John MacFarlane2012-02-04
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Updated tests for new native format.John MacFarlane2011-01-20
* LaTeX reader: Support simple tables.John MacFarlane2011-01-07
* Added support for latex cite commands in latex reader.Nathan Gass2010-12-13
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* LaTeX reader: minor improvements.fiddlosopher2008-09-06
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher2008-02-09
* Modified tests for new argument in CodeBlock.fiddlosopher2008-02-09
* Changed tests to use new Math block element.fiddlosopher2007-11-29
* Added separate latex reader and native reader tests;fiddlosopher2007-09-01