elm/compiler/Generate/Markdown.hs

6 lines
126 B
Haskell
Raw Normal View History

module Generate.Markdown where
import Text.Pandoc
toHtml :: String -> String
toHtml = writeHtmlString def . readMarkdown def