facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.95k stars 133 forks source link

Remove <br/> tag that renders in html page #109

Closed allanrenucci closed 5 years ago

allanrenucci commented 5 years ago

You can just use two spaces at the end of a line in order to force a line break

igoradamenko commented 5 years ago

@sebmarkbage, it looks like you need to redeploy the website (or maybe also merge this commit to websitescript branch, I'm not sure), because <br /> is still there: https://facebook.github.io/jsx/#syntax.

sunderls commented 3 years ago

Oh I wondered what the <br/> is.

mind if I ping @sebmarkbage ?