diff --git a/docs/tutorial.md b/docs/tutorial.md index c130adb8..4f6d5ac3 100755 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -31,7 +31,7 @@ For sake of simplicity, the server we will run uses a `JSON` file as a database. ### Getting started -For this tutorial, we're going to make it as easy as possible. Included in the server package discussed above is an HTML file which we'll work in. Open up `public/index.html` in your favorite editor. It should look something like this (with perhaps some minor differences, we'll add an additional ` +
@@ -221,22 +222,7 @@ Note that we have passed some data from the parent `CommentList` component to th Markdown is a simple way to format your text inline. For example, surrounding text with asterisks will make it emphasized. -First, add the third-party library **marked** 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{9} - - - -