Jay Taylor's notes
back to listing indexarturadib/strapdown
[web search]
Original source (github.com)
Clipped on: 2016-04-27
Skip to content
Instant and elegant Markdown documents in the browser
http://strapdownjs.com
JavaScript
CSS
CoffeeScript
src | Don't break if no embedded Markdown found | 2 years ago | |
v | v2: bump marked, support tables | 3 years ago | |
vendor | v2: bump marked, support tables | 3 years ago | |
.gitignore | first ver | 4 years ago | |
CNAME | minor | 4 years ago | |
LICENSE | docs, LICENSE | 4 years ago | |
README.md | readme | 4 years ago | |
bootswatch.png | using marked.js | 4 years ago | |
bundle.coffee | fix bundle cwd | 4 years ago | |
favicon.ico | favicon | 4 years ago | |
index.html | Update index.html | a year ago | |
package.json | first ver | 4 years ago |
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.