From aae1c8cd61bf4ded4bac7736e12c648d886bdaa1 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 19:01:44 +0800 Subject: [PATCH] Fix dangerous inner HTML --- react.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react.md b/react.md index 46b06ed08..c7bdaa657 100644 --- a/react.md +++ b/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%}