Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)
This commit is contained in:
parent
07bf48d07b
commit
23fbf8a533
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ module Text.Pandoc.App (
|
||||||
, defaultOpts
|
, defaultOpts
|
||||||
, parseOptions
|
, parseOptions
|
||||||
, options
|
, options
|
||||||
|
, applyFilters
|
||||||
|
, applyLuaFilters
|
||||||
) where
|
) where
|
||||||
import qualified Control.Exception as E
|
import qualified Control.Exception as E
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|
Loading…
Add table
Reference in a new issue