From 835abde4c1acb0b36c812e2ebc45ceb7f281f20e Mon Sep 17 00:00:00 2001 From: "Richard D. Worth" Date: Fri, 31 Jan 2014 12:13:52 -0600 Subject: [PATCH] Update tutorial.md to still have jQuery script tag in later code sample --- docs/tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ef9ab61a..3b763619 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -210,12 +210,13 @@ Markdown is a simple way to format your text inline. For example, surrounding te First, add the third-party **Showdown** library to your application. This is a JavaScript library which takes Markdown text and converts it to raw HTML. This requires a script tag in your head (which we have already included in the React playground): -```html{6} +```html{7} Hello React + ```