facebook / jsx

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

HTML entity should not be escaped in JSX website #55

Closed m4jing closed 2 years ago

m4jing commented 8 years ago

In the website of JSX: https://facebook.github.io/jsx/

At the paragraph of Elements - JSXElement, this is a display error, shown as blow:

screen shot 2016-05-05 at 17 06 35

The HTML entity for a newline should not be escaped:

&lt;br /&gt; should be <br />

so it can display the right way. (as shown below and here: https://github.com/facebook/jsx/blob/master/README.md)

screen shot 2016-05-05 at 17 11 59

Huxpro commented 2 years ago

Staled.