diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-31 15:15:34 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-31 15:15:34 +0200 |
commit | 8a3ef99882b6ba3220746fb6cf6b3ffc68a942ed (patch) | |
tree | e9324cc47b95845aa622abd6c4731ad277bbeeef /test | |
parent | 3217bc192ec90f251ad54c098e5ada35f9aa863a (diff) | |
download | pandoc-8a3ef99882b6ba3220746fb6cf6b3ffc68a942ed.tar.gz |
JATS template: always include `<back>` element even if empty.
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.jats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/writer.jats b/test/writer.jats index 41e10ff2f..07fe24d73 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -1437,4 +1437,6 @@ These should not be escaped: \$ \\ \> \[ \{</preformat> </p> </sec> </body> +<back> +</back> </article> |