Copyright | Copyright (C) 2014 Matthew Pickering |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Matthew Pickering <matthewtpickering@gmail.com> |
Safe Haskell | None |
Language | Haskell98 |
Conversion of txt2tags formatted plain text to Pandoc
document.
- readTxt2Tags :: PandocMonad m => ReaderOptions -> Text -> m Pandoc
- getT2TMeta :: PandocMonad m => m T2TMeta
- data T2TMeta = T2TMeta {}
Documentation
readTxt2Tags :: PandocMonad m => ReaderOptions -> Text -> m Pandoc Source #
Read Txt2Tags from an input string returning a Pandoc document
getT2TMeta :: PandocMonad m => m T2TMeta Source #
Get the meta information required by Txt2Tags macros
An object for the T2T macros meta information the contents of each field is simply substituted verbatim into the file