diff options
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/trypandoc.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index f451b3063..3a08ffa33 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -1,5 +1,16 @@ {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} +{- | + Module : Main + Copyright : © 2014-2019 John MacFarlane <jgm@berkeley.edu> + License : GNU GPL, version 2 or above + + Maintainer : John MacFarlane <jgm@berkeley.edu> + Stability : alpha + Portability : portable + +Provides a webservice which allows to try pandoc in the browser. +-} module Main where import Prelude import Network.Wai.Handler.CGI |