aboutsummaryrefslogtreecommitdiff
path: root/templates/Highlighting.no.hs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Highlighting.no.hs')
-rw-r--r--templates/Highlighting.no.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/Highlighting.no.hs b/templates/Highlighting.no.hs
index ed6b7c325..f6b2427ba 100644
--- a/templates/Highlighting.no.hs
+++ b/templates/Highlighting.no.hs
@@ -28,10 +28,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Exports functions for syntax highlighting.
-}
-module Text.Pandoc.Highlighting ( languages, highlightHtml ) where
+module Text.Pandoc.Highlighting ( languages, highlightHtml, defaultHighlightingCss ) where
import Text.XHtml
import Text.Pandoc.Definition
+defaultHighlightingCss :: String
+defaultHighlightingCss = ""
+
languages :: [String]
languages = []