Fixed underscore escape issue in Markdown parsing (#10745)

This commit is contained in:
GatsbyJS Bot
2019-01-01 16:35:55 +00:00
parent 5f1d3e4830
commit 5b95a9112e
+1 -1
View File
@@ -36,7 +36,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
Your site is now running at `http://localhost:8000`!
\_Note: You'll also see a second link: `http://localhost:8000/___graphql`. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql).\_
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
Open the `my-hello-world-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!