index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
latex-reader.native
Age
Commit message (
Expand
)
Author
2012-09-06
LaTeX reader: Support obeylines environment.
John MacFarlane
2012-09-06
LaTeX reader: Use curly quotes for bare straight quotes.
John MacFarlane
2012-03-19
Added test for one column table in LaTeX.
John MacFarlane
2012-02-10
LaTeX reader: Add ", " to suffix...
John MacFarlane
2012-02-06
LaTeX reader: use raw latex as fallback for Cites.
John MacFarlane
2012-02-04
Improvements to LaTeX reader:
John MacFarlane
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
2011-01-21
Make sure native output ends in newline with --standalone.
John MacFarlane
2011-01-20
Updated tests for new native format.
John MacFarlane
2011-01-07
LaTeX reader: Support simple tables.
John MacFarlane
2010-12-13
Added support for latex cite commands in latex reader.
Nathan Gass
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
2010-02-28
Added accessors (docTitle, docAuthors, docDate) to Meta type.
fiddlosopher
2009-12-31
Changed Meta author and date types to Inline lists instead of Strings.
fiddlosopher
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
2008-09-06
LaTeX reader: minor improvements.
fiddlosopher
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
2008-02-09
Updated test suite to new baseline (but no tests yet for new code block syntax).
fiddlosopher
2008-02-09
Modified tests for new argument in CodeBlock.
fiddlosopher
2007-11-29
Changed tests to use new Math block element.
fiddlosopher
2007-09-01
Added separate latex reader and native reader tests;
fiddlosopher