Skip to content

Commit 5b0dd8e

Browse files
committed
Revert "Added bower support"
1 parent dc78ab2 commit 5b0dd8e

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,18 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab
99
WYSIWYG editors that produce HTML are often complex and buggy. Markdown solves this problem in many ways, plus Markdown can be rendered natively on more platforms than HTML. However, Markdown is not a syntax that an average user will be familiar with, nor is it visually clear while editing. In otherwords, for an unfamiliar user, the syntax they write will make little sense until they click the preview button. SimpleMDE has been designed to bridge this gap for non-technical users who are less familiar with or just learning Markdown syntax.
1010

1111
## Quick start
12-
13-
### Installation
14-
15-
#### NPM
1612
SimpleMDE is available on [npm](https://www.npmjs.com/package/simplemde).
1713
```
1814
npm install simplemde --save
1915
```
20-
#### jsDelivery
16+
2117
SimpleMDE is also available on [jsDelivr](http://www.jsdelivr.com/#!simplemde). *Please note, jsDelivr may take a few days to update to the latest release.*
2218

2319
```HTML
2420
<link rel="stylesheet" href="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
2521
<script src="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
2622
```
2723

28-
#### Bower
29-
SimpleMDE is also available via [Bower](http://bower.io/).
30-
```console
31-
bower install simplemde-markdown-editor
32-
```
33-
### Usage
34-
3524
And then load SimpleMDE on the first textarea on a page
3625

3726
```HTML
@@ -121,7 +110,7 @@ var simplemde = new SimpleMDE({
121110
setTimeout(function(){
122111
preview.innerHTML = customMarkdownParser(plainText);
123112
}, 250);
124-
113+
125114
return "Loading...";
126115
}
127116
renderingConfig: {

bower.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)