1.0.2 • Published 8 years ago

@iktakahiro/markdown-it-br v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago