index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Writers
/
JATS.hs
Age
Commit message (
Expand
)
Author
2023-07-18
JATS writer: don't use `<code>` for inline code.
John MacFarlane
2023-02-18
JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elements
Albert Krewinkel
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2022-10-02
Officially deprecate writeJATS...
John MacFarlane
2022-02-23
Tests: improve location reporting of failing tests
Albert Krewinkel
2021-11-12
JATS writer: ensure figures are wrapped with `<p>` in list items.
Albert Krewinkel
2021-04-28
JATS writer: use either styled-content or named-content for spans.
Albert Krewinkel
2021-04-10
JATS writer: convert spans to <named-content> elements
Albert Krewinkel
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2020-02-12
Introduce new format variants for JATS (#6067)
Albert Krewinkel
2019-05-16
JATS writer: properly handle footnotes.
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-05
Remove extraneous, significant whitespace in JATS writer output (#4335)
Nokome Bentley
2018-01-19
hlint code improvements.
John MacFarlane
2017-12-22
Improve support for code language in JATS
Hamish Mackenzie
2017-12-13
fig, table-wrap & caption Divs for JATS writer
Hamish Mackenzie