pandoc-linear-table-0.2.0.5: app/Main.hs
{-|
Module : Main
Description : An easy way to create tables with wrapped text in Markdown.
Copyright : (c) 2020-2023 Amy de Buitléir
License : BSD--3
Maintainer : amy@nualeargais.ie
Stability : experimental
Portability : POSIX
See <https://github.com/mhwombat/pandoc-linear-table> for information
on how to use this filter.
-}
import Text.Pandoc.Filters.LinearTable (formatLinearTable)
import Text.Pandoc.JSON (toJSONFilter)
main :: IO ()
main = toJSONFilter formatLinearTable