index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
writer.opendocument
Age
Commit message (
Expand
)
Author
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
2012-08-01
Major rewrite of markdown reader.
John MacFarlane
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
2011-11-12
Updated writer tests for new version of texmath.
John MacFarlane
2011-08-18
Fixed opendocument writer test.
John MacFarlane
2011-07-16
Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.
John MacFarlane
2011-03-16
OpenDocument writer: Use "First paragraph" style after most non-para blocks.
John MacFarlane
2011-03-12
OpenDocument: Use special style for 1st para after heading.
John MacFarlane
2010-12-21
OpenDocument writer: Updated to use Pretty.
John MacFarlane
2010-11-27
OpenDocument writer: don't print raw TeX.
John MacFarlane
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
2010-04-25
Use texmath's parser in TexMath module.
John MacFarlane
2010-01-01
Removed entities from opendocument writer test.
fiddlosopher
2009-12-31
Opendocument writer: support new templates.
fiddlosopher
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
2008-11-01
Support horizontal rules in OpenDocument and ODT writers.
fiddlosopher
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
2008-08-05
Added opendocument writer tests.
fiddlosopher