Safe Haskell | None |
---|
Wraps pandocs bibiliography handling
In order to add a bibliography, you will need a bibliography file (e.g.
.bib
) and a CSL file (.csl
). Both need to be compiled with their
respective compilers (biblioCompiler
and cslCompiler
). Then, you can
refer to these files when you use pageReadPandocBiblio
. This function also
takes a parser state for completeness -- you can use
defaultHakyllParserState
if you're unsure.
Documentation
pageReadPandocBiblio :: ParserState -> Identifier CSL -> Identifier Biblio -> Compiler (Page String) (Page Pandoc)Source