Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suhailvs/bootstrap3-markdown

Markdown is a lightweight markup language, allowing people to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML.
https://github.com/suhailvs/bootstrap3-markdown

Last synced: 9 days ago
JSON representation

Markdown is a lightweight markup language, allowing people to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML.

Awesome Lists containing this project

README

        

## bootstrap3-markdown

# [live demo](http://suhailvs.github.io/bootstrap3-markdown/)

Markdown is a lightweight markup language, allowing people to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML.

the js files are taken from

### Usage

**HTML: Create Textarea**


.wmd-panel{width:100%; border:5px solid #ccc; padding: 5px}
.wmd-input{height:300px;width:100%;}
.wmd-preview{width:100%;border-top:5px solid #ccc;}

**Script: initiate `jquery` and `jquery.pagedown-bootstrap`**






(function () {
$("textarea#pagedownMe").pagedownBootstrap();
})();