summaryrefslogtreecommitdiff
path: root/tests/docbook-reader.native
AgeCommit message (Collapse)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2015-12-12Test fixes.John MacFarlane
2015-08-07Updated tests for link attribute changes.mb21
2015-08-07Updated tests for image attribute changes.John MacFarlane
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb21
2014-12-14DocBook readers: Include id on section headers.John MacFarlane
Closes #1818.
2014-12-08DocBook reader: document/test "type" as implementedBryan O'Sullivan
2014-12-08Fix test suiteBryan O'Sullivan
2014-12-08DocBook reader: add support for classnameBryan O'Sullivan
2014-12-08DocBook reader: add support for calloutlist and calloutBryan O'Sullivan
We treat a calloutlist as a bulleted list. This works well in practice.
2014-08-12Added mathml tests for docbook reader.John MacFarlane
2014-07-23DocBook reader: Better handle elements inside code environments.John MacFarlane
Of course, we can't include structure in the code block, but this way we at least preserve the text. Closes #1449.
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane
2013-06-25Some test suite fixes for new metadata.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers.
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane
2012-05-09DocBook reader: More improvements, passes tests.John MacFarlane
2012-05-08DocBook reader: More test improvements.John MacFarlane
2012-05-08DocBook reader tests - further refinements.John MacFarlane
2012-05-08DocBook reader: More improvements, more tests pass.John MacFarlane
2012-05-08DocBook reader: Improved def lists with multiple defs.John MacFarlane
2012-05-08Improved docbook reader tests.John MacFarlane
2012-05-08Added docbook reader tests (still failing).John MacFarlane