mdtrans
A very simple markdown to html translator
Instructions to set up
- Download Node.js and extract it to a path
- Append that path in your
~/.bashrc
file as followsexport PATH=$PATH:/home/<path_of_installation>/nodejs/bin/
- Restart your terminal if it already is open
- Install the necessary node packages as follows
npm install -g html-beautify
- Clone this repository
git clone https://github.com/tanayseven/mdtrans.git
- Change to that directory by typing
cd mdtrans
- To run the tests type
make test
- To install
mdtrans
onto your systemThis should be done only if you don't have a program installed which has command with namesudo make build
mdtrans