Fix dangerous inner HTML
This commit is contained in:
parent
9d1b71b186
commit
aae1c8cd61
4
react.md
4
react.md
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
title: React.js
|
title: React.js
|
||||||
layout: default
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{%raw%}
|
||||||
|
|
||||||
Use the [React.js jsfiddle](http://jsfiddle.net/reactjs/69z2wepo/) to start hacking.
|
Use the [React.js jsfiddle](http://jsfiddle.net/reactjs/69z2wepo/) to start hacking.
|
||||||
{:.brief-intro.center}
|
{:.brief-intro.center}
|
||||||
|
|
||||||
|
@ -408,3 +409,4 @@ var TodoList = React.createClass({
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [Animations](http://facebook.github.io/react/docs/animation.html)
|
* [Animations](http://facebook.github.io/react/docs/animation.html)
|
||||||
|
{%endraw%}
|
||||||
|
|
Loading…
Reference in New Issue