From ca95c8c3a3ceda04da3fb7ba6070d54272ffcccb Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Thu, 7 Nov 2013 14:21:26 -0500 Subject: [PATCH] move docs tooling from JSX in Depth Also removes the code wrap around the syntax highlighting link. --- docs/docs/02.1-jsx-in-depth.md | 13 ------------- docs/docs/08-tooling-integration.md | 8 ++++++++ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index 4c7692ae07..88737c9ede 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/docs/02.1-jsx-in-depth.md @@ -157,19 +157,6 @@ It's easy to add comments within your JSX; they're just JS expressions: var content = {/* this is a comment */}