From e01e4790402204af02ab0127ef5b633fb7748cd4 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Sat, 16 May 2015 12:32:23 +0100 Subject: Handle inline math with mathjax. --- html-test/src/Math.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html-test/src/Math.hs (limited to 'html-test/src/Math.hs') diff --git a/html-test/src/Math.hs b/html-test/src/Math.hs new file mode 100644 index 00000000..aa6ff1ff --- /dev/null +++ b/html-test/src/Math.hs @@ -0,0 +1,4 @@ +module Math where + +-- | Math (inline) for 'normalDensity' $$\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}$$ +f = 5 -- cgit v1.2.3