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
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
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-7
/
+17
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
2015-09-24
Improve text generated for <xref> by employing docbook-xsl heuristics
Frerich Raabe
1
-2
/
+16
2015-09-24
Added proper support for DocBook 'xref' elements
Frerich Raabe
1
-2
/
+18
2015-09-23
Pass the parsed DocBook content along the state of readDocBook
Frerich Raabe
1
-2
/
+4
2015-09-23
Minor refactoring to readDocBook
Frerich Raabe
1
-2
/
+2
2015-08-08
DocBook reader: handle informalexample.
John MacFarlane
1
-1
/
+4
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-6
/
+15
2015-06-21
DocBook reader mediaobjects and figures, closes #2184
mb21
1
-11
/
+20
2015-04-07
Removed redundat import.
John MacFarlane
1
-1
/
+0
2015-04-07
DocBook reader: look inside "info" elements for section titles.
John MacFarlane
1
-1
/
+4
2015-02-18
Change return type of DocBook reader
Matthew Pickering
1
-11
/
+16
2014-12-14
DocBook readers: Include id on section headers.
John MacFarlane
1
-1
/
+2
2014-12-14
DocBook reader: Handle menuchoice elements better.
John MacFarlane
1
-4
/
+11
2014-12-14
DocBook reader: get string content in inner tags for literal elements.
John MacFarlane
1
-6
/
+9
2014-12-14
DocBook reader: handle keycombo, keycap.
John MacFarlane
1
-2
/
+6
2014-12-08
DocBook reader: document/test "type" as implemented
Bryan O'Sullivan
1
-1
/
+1
2014-12-08
DocBook reader: add support for classname
Bryan O'Sullivan
1
-1
/
+2
2014-12-08
DocBook reader: add support for calloutlist and callout
Bryan O'Sullivan
1
-3
/
+5
2014-08-12
DocBook: Support equations with mathml.
John MacFarlane
1
-4
/
+16
2014-07-23
DocBook reader: Better handle elements inside code environments.
John MacFarlane
1
-1
/
+6
2014-06-17
DocBook reader: Support <?asciidoc-br?>.
John MacFarlane
1
-2
/
+17
2014-04-04
DocBook reader: Better treatment of formalpara.
John MacFarlane
1
-3
/
+3
2014-04-04
DocBook reader: set metadata "author" not "authors"
John MacFarlane
1
-1
/
+1
2014-04-04
Removed trailing whitespace.
John MacFarlane
1
-15
/
+15
2014-04-04
DocBook reader: set "author" not "authors".
John MacFarlane
1
-3
/
+3
2014-04-04
Added recognition of authorgroup element and releaseinfo element to DocBook r...
Matthew Pickering
1
-9
/
+16
2014-04-04
Converted current meta information parsing in DocBook to a more extensible ve...
Matthew Pickering
1
-34
/
+48
[next]