Skip to content

Instantly share code, notes, and snippets.

View rwst's full-sized avatar
😎
I may be slow to respond.

Ralf Stephan rwst

😎
I may be slow to respond.
View GitHub Profile
@rwst
rwst / gist:1437841
Created December 6, 2011 11:21 — forked from jgm/gist:1431411
shell for script to turn pandoc math to svg
-- math2svg.hs
-- compile with:
-- ghc --make math2svg.hs
-- run using:
-- pandoc -t json -s | ./math2svg | pandoc -f json
mport Text.Pandoc
import Text.JSON.Generic
import System.Cmd
import System.Posix.Directory