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
/
Readers
/
JATS.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-02
JATS reader: Support fig-group block element (#5317).
John MacFarlane
1
-1
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-23
JATS reader: fix parsing of figures.
John MacFarlane
1
-18
/
+27
2019-02-15
JATS reader: handle citations with multiple references.
John MacFarlane
1
-7
/
+10
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-10-24
Use foldl' instead of maximum to account for empty lists
Alexander Krotov
1
-4
/
+2
2018-07-02
JATS reader: fix typo ("lable" instead of "label")
Alexander Krotov
1
-1
/
+1
2018-04-25
Added licensing headers for DocBook, EPUB, JATS, OPML readers.
John MacFarlane
1
-0
/
+30
2018-03-29
Removed unused extensions (#4506)
Anabra
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+0
2017-12-23
JATS reader: handle author-notes.
John MacFarlane
1
-5
/
+6
2017-12-23
JATS reader: code refactoring.
John MacFarlane
1
-63
/
+48
2017-12-23
JATS reader: include institute metadata.
John MacFarlane
1
-2
/
+11
2017-12-23
JATS reader: process author metadata.
John MacFarlane
1
-5
/
+27
2017-12-23
JATS reader: better citation handling.
John MacFarlane
1
-3
/
+79
2017-12-22
Improve support for code language in JATS
Hamish Mackenzie
1
-2
/
+19
2017-12-20
Add Basic JATS reader based on DocBook reader
Hamish Mackenzie
1
-0
/
+387