Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |