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
/
DocBook.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
DocBook Reader: fix duplicate bibliography bug (#6773)
Nils Carlson
1
-5
/
+4
2020-10-16
DocBook reader: bibliomisc and anchor support (#6754)
Nils Carlson
1
-3
/
+11
2020-10-08
DocBook reader: don't squelch space at end of emphasis element.
John MacFarlane
1
-16
/
+16
2020-09-24
DocBook reader: Implement table cell alignment (#6698)
Nils Carlson
1
-6
/
+11
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-11
/
+11
2020-09-10
docbook reader: Implement column span support for tables (#6492)
Nils Carlson
1
-18
/
+42
2020-08-11
DocBook reader: Update list of block level tags.
John MacFarlane
1
-10
/
+83
2020-07-18
DocBook reader: parse releaseinfo as metadata.
John MacFarlane
1
-0
/
+1
2020-07-14
Docbook reader: remove misleading comment...
John MacFarlane
1
-1
/
+1
2020-06-14
Docbook reader: implement <procedure> (#6442)
Mathieu Boespflug
1
-4
/
+6
2020-06-14
Docbook reader: implement <phrase> (#6438)
Mathieu Boespflug
1
-1
/
+7
2020-06-14
Docbook reader: treat envar and systemitem like code (#6435)
Mathieu Boespflug
1
-2
/
+4
2020-06-14
Docbook: implement <replaceable> (#6437)
Mathieu Boespflug
1
-1
/
+3
2020-06-14
Docbook: map <simplesect> to unnumbered section (#6436)
Mathieu Boespflug
1
-15
/
+19
2020-05-14
DocBook writer: add id of figure to enclosed image.
John MacFarlane
1
-4
/
+12
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
-18
/
+18
2020-03-29
Clean up some fmaps (#6226)
Joseph C. Sible
1
-2
/
+2
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
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-2
/
+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
-50
/
+52
2019-11-07
DocBook reader: Fix bug with entities in mathphrase element.
John MacFarlane
1
-4
/
+2
2019-10-30
docbook reader: fix nesting of chapters and sections (#5864)
Florian Klink
1
-1
/
+1
2019-08-23
docbook: richer parse for admonitions (#5593)
Michael Peyton Jones
1
-16
/
+27
2019-06-09
DocBook reader: Issue IgnoredElement warnings.
John MacFarlane
1
-28
/
+37
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-07-30
DocBook reader: metadata handling improvements.
John MacFarlane
1
-38
/
+28
2018-04-26
DocBook Reader: Read Latex math as output by asciidoctor (#4569)
Joe Hermaszewski
1
-11
/
+48
2018-04-25
Added licensing headers for DocBook, EPUB, JATS, OPML readers.
John MacFarlane
1
-0
/
+29
2018-04-08
DocBook reader: properly handle title in section element.
John MacFarlane
1
-0
/
+1
2018-03-29
Removed unused extensions (#4506)
Anabra
1
-1
/
+0
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-24
/
+24
2017-10-27
hlint changes.
John MacFarlane
1
-18
/
+22
2017-09-26
Fix a typo: s/collabarators/collaborators/
Alexander Krotov
1
-1
/
+1
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-2
/
+3
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-3
/
+5
2017-01-25
Working on readers.
Jesse Rosenthal
1
-16
/
+16
2016-11-19
Fixed xref lookup in DocBook reader. Closes #3243.
John MacFarlane
1
-4
/
+6
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
1
-3
/
+3
2016-09-02
Remove TagSoup compat
Jesse Rosenthal
1
-3
/
+3
2016-09-02
Remove Text.Pandoc.Compat.Except
Jesse Rosenthal
1
-1
/
+1
[next]