Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Sep 10, 2020
1 parent 9d12892 commit 4d6eca9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@

> Definition list (`<dl>`) tag plugin for [markdown-it](https://github.com/markdown-it/markdown-it) markdown parser.
__v2.+ requires `markdown-it` v5.+, see changelog.__

Syntax is based on [pandoc definition lists](http://johnmacfarlane.net/pandoc/README.html#definition-lists).


## Install

node.js, browser:

```bash
npm install markdown-it-deflist --save
bower install markdown-it-deflist --save
```

## Use
Expand All @@ -31,8 +26,3 @@ md.render(/*...*/);

_Differences in browser._ If you load script directly into the page, without
package system, module will add itself globally as `window.markdownitDeflist`.


## License

[MIT](https://github.com/markdown-it/markdown-it-deflist/blob/master/LICENSE)

0 comments on commit 4d6eca9

Please sign in to comment.