Strapdown.js | Instant and elegant Markdown documents

Home » Basic » Strapdown.js | Instant and elegant Markdown documents
Basic, Free, MIT License, Online No Comments

Strapdown is a simple way to convert markdown documents to static HTML files. Can support bootstrap based themes. Javascripts are served by Strapdownjs.com, no server-side compilation required, but, in any case you can always add scripts to your site.

Simply copy the HTML template below and drop it on any static file server:

<!DOCTYPE html>
<html>
<title>Hello Strapdown</title>

<xmp theme="united" style="display:none;">
# Markdown text goes in here

## Chapter 1

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. 

## Chapter 2

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</xmp>

<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
</html>

to get the following :

 

Features:
Search-engine friendly | Cross-browser compatible (tested with mobile Safari, IE 8/9, Firefox, Chrome) | Github-flavored Markdown (tables, syntax highlighting, etc) | Themeablemore info: http://strapdownjs.com/

License: MIT

LEAVE A COMMENT