Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 880 Bytes

README.markdown

File metadata and controls

23 lines (13 loc) · 880 Bytes

Note: This repository is subsumed by gitit-to-blog.


This Haskell-based project is a simple gitit plugin that turns some Haskell symbols into pretty math symbols.

Compile the project with cabal install fix-symbols-gitit (or just cabal install if you've already downloaded the source and are in its main directory). Then add it to your gitit plugins list. For instance, my wiki's config file contains the following line:

plugins: Network.Gitit.Plugin.FixSymbols

You can list additional plugins. Separate by commas.

Finally, restart your gitit wiki, e.g.,

gitit -f config

If everything works, the start-up messages will include the following:

Loading plugin 'Network.Gitit.Plugin.FixSymbols'...
Finished loading plugins.