summaryrefslogtreecommitdiff
path: root/test/tables.jats
Commit message (Collapse)AuthorAge
* JATS writer: Make <p> optional in <td> and <th> (#4178)Hamish Mackenzie2017-12-21
| | | | If the contents are single `Plain` block then do not wrap them with a <p> element.
* JATS writer: put references in `<back>`.John MacFarlane2017-03-31
| | | | | | | Modified template to include a `<back>` and `<body>` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in `<back>`. References are automatically extracted and put into `<back>`.
* Added JATS writer.John MacFarlane2017-03-30
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.