summaryrefslogtreecommitdiff
path: root/tests/docbook-reader.native
Commit message (Collapse)AuthorAge
* Test fixes.John MacFarlane2015-12-12
|
* Updated tests for link attribute changes.mb212015-08-07
|
* Updated tests for image attribute changes.John MacFarlane2015-08-07
|
* DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
|
* DocBook readers: Include id on section headers.John MacFarlane2014-12-14
| | | | Closes #1818.
* DocBook reader: document/test "type" as implementedBryan O'Sullivan2014-12-08
|
* Fix test suiteBryan O'Sullivan2014-12-08
|
* DocBook reader: add support for classnameBryan O'Sullivan2014-12-08
|
* DocBook reader: add support for calloutlist and calloutBryan O'Sullivan2014-12-08
| | | | We treat a calloutlist as a bulleted list. This works well in practice.
* Added mathml tests for docbook reader.John MacFarlane2014-08-12
|
* DocBook reader: Better handle elements inside code environments.John MacFarlane2014-07-23
| | | | | Of course, we can't include structure in the code block, but this way we at least preserve the text. Closes #1449.
* Updated tests for latest pandoc-types changes.John MacFarlane2013-08-16
|
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
|
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
|
* Added Attr field to Header.John MacFarlane2013-01-09
| | | | | | | | | | 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.
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
|
* DocBook reader: More improvements, passes tests.John MacFarlane2012-05-09
|
* DocBook reader: More test improvements.John MacFarlane2012-05-08
|
* DocBook reader tests - further refinements.John MacFarlane2012-05-08
|
* DocBook reader: More improvements, more tests pass.John MacFarlane2012-05-08
|
* DocBook reader: Improved def lists with multiple defs.John MacFarlane2012-05-08
|
* Improved docbook reader tests.John MacFarlane2012-05-08
|
* Added docbook reader tests (still failing).John MacFarlane2012-05-08