miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

Restrict adding line breaks after image links #63

Open abishekrsrikaanth opened 6 years ago

abishekrsrikaanth commented 6 years ago

The package seems to automatically add a line break <br> after it encounters an image link

[![Coverage Status](https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master)](https://coveralls.io/github/ElemeFE/element?branch=master)

Is there any way to restrict this?