From 4d6eca94cb2edd3edc370fba028d121bdc1071c6 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 10 Sep 2020 19:44:22 +0300 Subject: [PATCH] readme cleanup --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 414157b..e7af3e2 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,13 @@ > Definition list (`
`) 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 @@ -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)