Skip to content
/ NoteUp Public

Converts my custom notes markup language into RST which can then be converted into PDF using Pandoc.

License

Notifications You must be signed in to change notification settings

Qinusty/NoteUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My custom markup language

A simple markup language written for the purpose of simplistic note formatting.

How to

TODO : Basic documentation of the available features...

Installing

git clone https://github.com/Qinusty/NotesMarkupConverter.git
cd NotesMarkupConverter.git
ghc --make main.hs

Using

cat inputFile.not | ./NoteParser > outputFile.rst

Requirements

  • ghc - Haskell compiler
  • Latex compiler (Pandoc compatible - texlive - pdftex)
  • Pandoc - http://pandoc.org/

About

Converts my custom notes markup language into RST which can then be converted into PDF using Pandoc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published