index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lhs-test.native
Age
Commit message (
Expand
)
Author
2017-02-04
Moved tests/ -> test/.
John MacFarlane
2015-12-12
Fixed tests.
John MacFarlane
2015-12-12
Test fixes.
John MacFarlane
2013-09-01
Use registerHeader in RST and LaTeX readers.
John MacFarlane
2013-01-26
RST writer: Use `.. code:: language` for code blocks with language.
John MacFarlane
2013-01-09
Added Attr field to Header.
John MacFarlane
2012-08-01
Major rewrite of markdown reader.
John MacFarlane
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
2011-01-20
Updated tests for new native format.
John MacFarlane
2011-01-12
Improvements to test suite.
John MacFarlane
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-11-03
Specially mark code blocks that were "literate" in the input.
fiddlosopher
2009-02-14
Updated test suites: regular paragraph before block quote.
fiddlosopher
2009-02-07
Added tests for lhs writers.
fiddlosopher