summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Math.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-28 15:27:12 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-28 15:27:12 +0100
commitd29b8cef5a13c8d351b0c8d6f88583941f404aa8 (patch)
tree0b39b35fed1f562dec34ca4e333ed0b185c2cf75 /src/Zettel/Math.hs
parenteea7483f30bf67b59b5df0f2823b831d26936aa4 (diff)
downloadzk-visual-d29b8cef5a13c8d351b0c8d6f88583941f404aa8.tar.gz
zk-visual-d29b8cef5a13c8d351b0c8d6f88583941f404aa8.zip
Add documentation to all files
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 (..))