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
|
||||
layout: default
|
||||
---
|
||||
|
||||
{%raw%}
|
||||
|
||||
Use the [React.js jsfiddle](http://jsfiddle.net/reactjs/69z2wepo/) to start hacking.
|
||||
{:.brief-intro.center}
|
||||
|
||||
|
@ -408,3 +409,4 @@ var TodoList = React.createClass({
|
|||
## See also
|
||||
|
||||
* [Animations](http://facebook.github.io/react/docs/animation.html)
|
||||
{%endraw%}
|
||||
|
|
Loading…
Reference in New Issue