remark-github-break
Version:
[](https://travis-ci.org/imcuttle/remark-github-break) [ • 896 B
Markdown
# remark-github-break
[](https://travis-ci.org/imcuttle/remark-github-break)
[](https://codecov.io/github/imcuttle/remark-github-break?branch=master)
[](https://www.npmjs.com/package/remark-github-break)
[](https://www.npmjs.com/package/remark-github-break)
https://gist.github.com/shaunlebron/746476e6e7a4d698b373
- Input
```markdown
remark default support[space][space]
this
NOT support\
this
```
- Output
```html
<p>
remark default support<br>
this
</p>
<p>
NOT support<br>
this
</p>
```