mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

Invalid Br Tag in jsx mode #381

Open GuillaumeLeclerc opened 7 years ago

GuillaumeLeclerc commented 7 years ago

Hello,

I just realised that in jsx mode when I do

br

and expand it I get:

<br>

And this is not valid jsx.

I would expect either: <br/> or <br></br>.

Thank you very much