# Strapdown.js **Repository Path**: zhengwengitee/Strapdown.js ## Basic Information - **Project Name**: Strapdown.js - **Description**: Strapdown.js 可以让你非常简单的创建优雅的 Markdown 文档,无需服务器端编译支持,只需要简单的复制 HTML 代码并修改标题和 Markdown 文本即可 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: https://www.oschina.net/p/strapdownjs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.