From d29b8cef5a13c8d351b0c8d6f88583941f404aa8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 28 May 2023 15:27:12 +0100 Subject: Add documentation to all files --- src/Zettel/Math.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Zettel/Math.hs') 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 (..)) -- cgit