index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
JATS.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-19
JATS writer: support advanced table features
Albert Krewinkel
1
-2
/
+3
2020-11-17
JATS writer: move Table handling to separate module
Albert Krewinkel
1
-68
/
+17
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-5
/
+5
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+2
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-15
/
+19
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-02-12
Introduce new format variants for JATS (#6067)
Albert Krewinkel
1
-41
/
+99
2020-02-08
More cleanup (#6130)
Joseph C. Sible
1
-7
/
+6
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-10
/
+10
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-53
/
+53
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-2
/
+2
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-23
/
+16
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-33
/
+38
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-15
/
+11
2019-06-21
JATS Writer: do not emit empty <fn-group> (#5595)
Mauro Bieg
1
-1
/
+3
2019-06-11
JATS writer: ensure validity of pub-date.
John MacFarlane
1
-0
/
+22
2019-06-11
JATS writer: don't use break element for LineBreak.
John MacFarlane
1
-1
/
+2
2019-06-11
JATS writer: wrap elements with p when needed.
John MacFarlane
1
-5
/
+43
2019-05-16
JATS writer: properly handle footnotes.
John MacFarlane
1
-7
/
+24
2019-05-04
JATS writer: fix citations with PMID so they validate.
John MacFarlane
1
-6
/
+10
2019-03-26
JATS writer: Ensure that plain strings go inside `<pub-id>` tag.
John MacFarlane
1
-1
/
+9
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-15
Revert "JATS writer: Support citations."
John MacFarlane
1
-4
/
+3
2019-02-15
JATS writer: Support citations.
John MacFarlane
1
-3
/
+4
2019-02-10
JATS writer: wrap figure caption in <p> to fix validation (#5292)
Mauro Bieg
1
-1
/
+1
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-1
/
+2
2018-09-27
JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.
John MacFarlane
1
-3
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-05
Remove extraneous, significant whitespace in JATS writer output (#4335)
Nokome Bentley
1
-6
/
+6
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-21
Merge pull request #4177 from stencila/jats-xml-reader
John MacFarlane
1
-18
/
+29
2017-12-21
JATS writer: Make <p> optional in <td> and <th> (#4178)
Hamish Mackenzie
1
-0
/
+3
2017-12-21
jats writer: Self closing tags for empty xref (#4187)
Hamish Mackenzie
1
-2
/
+5
2017-12-22
Improve support for code language in JATS
Hamish Mackenzie
1
-18
/
+29
2017-12-14
Deduplicate JATS writer image mime type code
Hamish Mackenzie
1
-15
/
+14
2017-12-13
fig, table-wrap & caption Divs for JATS writer
Hamish Mackenzie
1
-6
/
+30
2017-10-31
Properly pass through author metadata in JATS writer.
John MacFarlane
1
-41
/
+14
2017-10-29
Source code reformatting.
John MacFarlane
1
-3
/
+3
2017-10-29
hlint suggestions.
John MacFarlane
1
-19
/
+18
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-3
/
+3
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
2017-06-20
Docbook, JATS, TEI writers: print INFO message when omitting interior header.
John MacFarlane
1
-2
/
+4
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-5
/
+7
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-1
/
+1
2017-03-31
JATS writer: put references in `<back>`.
John MacFarlane
1
-3
/
+10
2017-03-30
JATS writer: use both tex and mml alternatives for math when possible.
John MacFarlane
1
-5
/
+7
[next]