Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suhailvs/bootstrap3-markdown
- Owner: suhailvs
- License: apache-2.0
- Created: 2013-08-17T10:52:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T05:27:42.000Z (over 10 years ago)
- Last Synced: 2023-04-03T17:42:51.144Z (over 1 year ago)
- Language: CSS
- Homepage: http://suhailvs.github.io/bootstrap3-markdown/
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
})();