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
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-3
/
+8
2021-03-24
Fix DocBook reader mathml regression...
John MacFarlane
1
-3
/
+5
2021-02-18
DocBook, JATS, OPML readers: performance optimization.
John MacFarlane
1
-21
/
+3
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
1
-33
/
+25
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
1
-2
/
+7
2020-10-08
Extend fix to #6719 to JATS reader
John MacFarlane
1
-13
/
+13
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-6
/
+6
2020-06-28
JATS reader: parse abstract element into metadata field of same name (#6482)
Albert Krewinkel
1
-0
/
+9
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+2
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-5
/
+7
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+3
2020-04-15
Implement the new Table type
despresc
1
-25
/
+24
2020-04-15
JATS reader: handle "label" element in section title.
John MacFarlane
1
-1
/
+7
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-3
/
+3
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-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-34
/
+42
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