Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required.
This is a fork of the awesome project at http://strapdownjs.com
https://github.com/ndossougbe/strapdown added a TOC, which is awesome, but only had one theme built in. This fork adds all the bootswatch themes through several ugly hacks :-).
For more, please see:
You will need Node.js (>0.6.x) and Bower to generate the bundles. To bundle/compile the assets, issue in the project directory:
$ npm install
$ bower install
$ grunt
Other available commands are:
grunt watch
- refreshes the output files on where are changed.grunt test
- only runs the tests
Bug fixes should go in the latest version - no need to bump it. New features or anything that changes the old behavior should go into a bumped version (update version in package.json
)