Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-21 | JATS writer: Make <p> optional in <td> and <th> (#4178) | Hamish Mackenzie | 1 | -276/+92 | |
If the contents are single `Plain` block then do not wrap them with a <p> element. | |||||
2017-03-31 | JATS writer: put references in `<back>`. | John MacFarlane | 1 | -376/+374 | |
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>`. | |||||
2017-03-30 | Added JATS writer. | John MacFarlane | 1 | -0/+616 | |
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual. |