It would be great to be able to use GitHub Flavoured Markdown.
Looking at the Pandoc options you can use markdown_github, but trying to use this in my config file gives me an error:
gitit: Unknown page type: markdown_github
Searching the code, it seems this happens in Utils.hs, but I don't know enough (read: any) Haskell to figure out where to go from here, and how to go about adding support.
It would be great to be able to use GitHub Flavoured Markdown.
Looking at the Pandoc options you can use
markdown_github, but trying to use this in my config file gives me an error:Searching the code, it seems this happens in Utils.hs, but I don't know enough (read: any) Haskell to figure out where to go from here, and how to go about adding support.