pandoc-markdown-ghci-filter-0.1.0.0: app/Main.hs
module Main where import Text.Pandoc.JSON import CodeBlockExecutor -- test c@(CodeBlock (identifier, classes, key_value) str) = do -- putStrLn $ show key_value -- return c -- test b = return b main :: IO () main = toJSONFilter applyFilterToBlock