summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
Commit message (Expand)AuthorAge
* Working on readers.Jesse Rosenthal2017-01-25
* Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane2016-11-19
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Remove TagSoup compatJesse Rosenthal2016-09-02
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe2015-09-24
* | Added proper support for DocBook 'xref' elementsFrerich Raabe2015-09-24
* | Pass the parsed DocBook content along the state of readDocBookFrerich Raabe2015-09-23
* | Minor refactoring to readDocBookFrerich Raabe2015-09-23
* | DocBook reader: handle informalexample.John MacFarlane2015-08-08
|/
* DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
* Removed redundat import.John MacFarlane2015-04-07
* DocBook reader: look inside "info" elements for section titles.John MacFarlane2015-04-07
* Change return type of DocBook readerMatthew Pickering2015-02-18
* DocBook readers: Include id on section headers.John MacFarlane2014-12-14
* DocBook reader: Handle menuchoice elements better.John MacFarlane2014-12-14
* DocBook reader: get string content in inner tags for literal elements.John MacFarlane2014-12-14
* DocBook reader: handle keycombo, keycap.John MacFarlane2014-12-14
* DocBook reader: document/test "type" as implementedBryan O'Sullivan2014-12-08
* DocBook reader: add support for classnameBryan O'Sullivan2014-12-08
* DocBook reader: add support for calloutlist and calloutBryan O'Sullivan2014-12-08
* DocBook: Support equations with mathml.John MacFarlane2014-08-12
* DocBook reader: Better handle elements inside code environments.John MacFarlane2014-07-23
* DocBook reader: Support <?asciidoc-br?>.John MacFarlane2014-06-17
* DocBook reader: Better treatment of formalpara.John MacFarlane2014-04-04
* DocBook reader: set metadata "author" not "authors"John MacFarlane2014-04-04
* Removed trailing whitespace.John MacFarlane2014-04-04
* DocBook reader: set "author" not "authors".John MacFarlane2014-04-04
* Added recognition of authorgroup element and releaseinfo element to DocBook r...Matthew Pickering2014-04-04
* Converted current meta information parsing in DocBook to a more extensible ve...Matthew Pickering2014-04-04
* HLint: use fromMaybeHenry de Valence2013-12-19
* Docbook reader: Avoid failure if tbody contains no tr or row elements.John MacFarlane2013-12-16
* DocBook reader: Handle numerical attributes starting with decimal.John MacFarlane2013-10-22
* Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane2013-08-08
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* DocBook reader: Support title in "figure" element.John MacFarlane2012-11-02
* Fixed whitespace errors.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Docbook reader: Added support for "bold" emphasis.John MacFarlane2012-06-26
* DocBook: support segmentedlist.John MacFarlane2012-05-12
* DocBook reader: Support simplelist, member.John MacFarlane2012-05-12
* Don't include non-language classes for code blocks.John MacFarlane2012-05-12
* DocBook reader: Recognize example as block element.John MacFarlane2012-05-12
* DocBook reader: Promote level 0 headers to 1 even if dbBook not set.John MacFarlane2012-05-12