summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Math.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Math.hs')
-rw-r--r--src/Zettel/Math.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Zettel/Math.hs b/src/Zettel/Math.hs
index 3e51437..fd335a4 100644
--- a/src/Zettel/Math.hs
+++ b/src/Zettel/Math.hs
@@ -1,3 +1,11 @@
+-- |
+-- Module : Zettel.Math
+-- Description : Wrap math with hugo raw-html markers
+-- Copyright : (c) 2023, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : git [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
module Zettel.Math where
import Text.Pandoc.Definition (Inline (..))