A simple markup language written for the purpose of simplistic note formatting.
TODO : Basic documentation of the available features...
git clone https://github.com/Qinusty/NotesMarkupConverter.git
cd NotesMarkupConverter.git
ghc --make main.hs
cat inputFile.not | ./NoteParser > outputFile.rst
- ghc - Haskell compiler
- Latex compiler (Pandoc compatible - texlive - pdftex)
- Pandoc - http://pandoc.org/