Total Pageviews

Friday 24 January 2014

node tutorials



Markdown

It would be nice if our notepad app allowed some form of markup. There are a few markdown libraries available through npm, but markdown seems to be quite popular.
Install it like this:
npm install markdown
 
from http://dailyjs.com/2011/01/24/node-tutorial-10/