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