Jay Taylor's notes

back to listing index

arturadib/strapdown

[web search]
Original source (github.com)
Tags: javascript frontend markdown github.com
Clipped on: 2016-04-27

Skip to content
Instant and elegant Markdown documents in the browser http://strapdownjs.com
JavaScript CSS CoffeeScript
Latest commit 7216fa5 on Feb 15, 2015 Image (Asset 2/2) alt= Update index.html

README.md

Strapdown.js

Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required.

For more, please see:

Contributor guide

You will need Node.js (>0.6.x) and CoffeeScript to generate the bundles. To bundle/compile the assets, issue in the project directory:

normal$ npm install
$ coffee bundle <version_number>
normal

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.