Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-23 | Merge pull request #327 from mcmtroffaes/patch-1 | Jasper Van der Jeugt | 1 | -2/+13 | |
Add convenience function pandocBiblioCompiler. | |||||
2015-06-14 | add support for mediawiki | 80x24 | 1 | -20/+23 | |
2015-05-29 | Update to use Pandoc 1.14 | Jasper Van der Jeugt | 1 | -2/+2 | |
2015-03-30 | change file extension to .dbk for docbook | Joshua Simmons | 1 | -2/+1 | |
2015-03-23 | let pandoc handle DocBook files | Joshua Simmons | 1 | -0/+3 | |
2015-01-09 | fix typo | Matthias C. M. Troffaes | 1 | -1/+1 | |
2015-01-09 | add horizontal rule before function | Matthias C. M. Troffaes | 1 | -0/+1 | |
2015-01-09 | add missing export | Matthias C. M. Troffaes | 1 | -0/+1 | |
2015-01-09 | add convenience function pandocBiblioCompiler | Matthias C. M. Troffaes | 1 | -1/+10 | |
2014-09-08 | added binary instances for csl and pandoc, fix #174 | Jan-Philip Loos | 2 | -2/+37 | |
2014-08-20 | Fix compilation errors with pandoc-citeproc 0.4 | Rickard Nilsson | 1 | -1/+1 | |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 1 | -9/+6 | |
Pandoc 1.12 decouples citeproc-hs from itself, so there is no longer a Text.Pandoc.Biblio module in Pandoc. Further, citeproc-hs depends on pandoc-types 1.10 but Pandoc 1.12 depends on pandoc-types 1.12. To alleviate these issues, pandoc-citeproc was created which includes a copy of the citeproc-hs source made to be compatible, since the developer of citeproc-hs is apparently MIA. pandoc-citeproc is a separate module that handles the mixture of citeproc-hs and Pandoc. It includes `processCites` in Text.CSL.Pandoc, which is the new name of what used to be `processBiblio` from Text.Pandoc.Biblio Most of these changes are seamless, consisting of simple name changes in both functions and modules. However, a more direct change in the Hakyll API itself is that `readPandocBiblio`'s second parameter, the CSL, is now mandatory, i.e. not of type Maybe. This is to reflect the same change in the underlying processing function from Text.CSL.Pandoc, `processCites`, where the Style argument is now mandatory, and the style is derived from the CSL. See the old function: processBiblio :: Maybe Style -> [Reference] -> Pandoc -> Pandoc Compared to the new one: processCites :: Style -> [Reference] -> Pandoc -> Pandoc Sources: * http://hackage.haskell.org/packages/archive/pandoc/1.11.1/doc/html/Text-Pandoc-Biblio.html * http://hackage.haskell.org/packages/archive/pandoc-citeproc/0.1/doc/html/Text-CSL-Pandoc.html Similarly, there is no longer a `readerReferences` field in the reader options structure. | |||||
2013-01-28 | Fix .tex.lhs patch, add some test cases | Jasper Van der Jeugt | 1 | -3/+7 | |
2013-01-28 | Read second extension to find our inner .lhs format | Alexander Vershilov | 1 | -20/+20 | |
.md.lhs -> will be read as markdown + lhs .tex.lhs -> will be read as latex +lhs markdown format is default | |||||
2013-01-20 | Update to use pandoc 1.9 | Jasper Van der Jeugt | 1 | -11/+15 | |
2012-11-18 | Add Item abstraction | Jasper Van der Jeugt | 2 | -25/+41 | |
2012-11-13 | WIP | Jasper Van der Jeugt | 2 | -33/+32 | |
2012-11-10 | Deprecate things, basics now work | Jasper Van der Jeugt | 2 | -14/+35 | |
2012-11-09 | Remove Resource type | Jasper Van der Jeugt | 1 | -7/+6 | |
2012-03-29 | Add textile support | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-02-06 | Bump pandoc dependency to 1.9 | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-01-25 | Fix TagSoup options and bump its dependency | Jasper Van der Jeugt | 1 | -5/+7 | |
2011-11-22 | Fix bibliography handling | Jasper Van der Jeugt | 1 | -20/+36 | |
2011-11-21 | Add a Pandoc.Biblio module | Jasper Van der Jeugt | 1 | -0/+57 | |
2011-03-30 | Move FileType module | Jasper Van der Jeugt | 1 | -0/+55 | |