Stefan Dresselhaus
8376d6298b
- Split things into Library and Binary - Library has all functionality - Binarys are just wrapper like "main = toJsonFilter foo" - Documented most things - Created haddock-documentation - added documentation to repository
7 lines
128 B
Haskell
7 lines
128 B
Haskell
#!/usr/bin/env runhaskell
|
|
import Text.Pandoc.Util.Filter.Media
|
|
import Text.Pandoc.JSON
|
|
|
|
main :: IO ()
|
|
main = toJSONFilter media
|