Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorguo committed Oct 5, 2015
1 parent c65c02c commit 7cc7245
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Expand Up @@ -8,16 +8,8 @@ It needs [ckeditor standard version](http://download.cksource.com/CKEditor/CKEdi
You can see the [DEMO](http://hectorguo.github.io/CKEditor-Markdown-Plugin/)

## Usage
### Using Bower
```
bower install ckeditor-markdown-plugin
```
Then move `markdown` folder to `ckeditor/plugins` path;

### Manually Install
Download the source, and uncompress `markdown` folder into `ckeditor/plugins` path;

Edit `config.js` (such as `ckeditor/config.js`):
1. Download the source, and uncompress `markdown` folder into `ckeditor/plugins` path;
2. Edit `config.js` (such as `ckeditor/config.js`):
```javascript
config.extraPlugins = 'markdown'; // add this plugin
```
Expand Down Expand Up @@ -61,6 +53,11 @@ CKEDITOR.editorConfig = function( config ) {
};
```

You can also use bower to install it.
```
bower install ckeditor-markdown-plugin
```

## Thanks
- [marked](https://github.com/chjj/marked)
- [to-markdown](http://domchristie.github.io/to-markdown)
Expand Down

0 comments on commit 7cc7245

Please sign in to comment.