Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturadib/strapdown
Instant and elegant Markdown documents in the browser
https://github.com/arturadib/strapdown
Last synced: 28 days ago
JSON representation
Instant and elegant Markdown documents in the browser
- Host: GitHub
- URL: https://github.com/arturadib/strapdown
- Owner: arturadib
- License: mit
- Created: 2012-08-13T02:31:58.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-06-15T19:24:35.000Z (over 6 years ago)
- Last Synced: 2024-10-12T02:53:10.756Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://strapdownjs.com
- Size: 1.24 MB
- Stars: 2,479
- Watchers: 85
- Forks: 411
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - strapdown
README
# Strapdown.js
Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required.
For more, please see:
+ http://strapdownjs.com
## 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:
```
$ npm install
$ coffee bundle
```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.