1.0.2 • Published 6 years ago

@iktakahiro/markdown-it-br v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

markdown-it-br

Build Status NPM version

BR plugin for markdown-it markdown parser.

protect <br> <script> => protect <br>

Support: <br> or <br/> or <br />

UnSupport: <BR>

Install

npm install @iktakahiro/markdown-it-br --save

Use

import MarkdownIt = require("markdown-it")
import markdownItBr from "@iktakahiro/markdown-it-br"

const md = MarkdownIt()
md.render('protect <br>')
// => 'protect <br>'

License

MIT

forked from: https://github.com/jay-hodgson/markdown-it-br/

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago