Skip to content

Commit

Permalink
fix(www): Update remark-plugin-tutorial.md (gatsbyjs#23624)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed May 6, 2020
1 parent 80f8da5 commit 82d0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/remark-plugin-tutorial.md
Expand Up @@ -268,7 +268,7 @@ A small library [mdast-util-to-string](https://github.com/syntax-tree/mdast-util

At this point, our plugin is now ready to be used. To see the resulting functionality, it is helpful to re-visit [Part 7 of the Gatsby Tutorial](/tutorial/part-seven/) to programmatically create pages from Markdown data. Once this is set up, you can examine that your plugin works as seen below based on the markdown you wrote earlier.

![Output](./images/remark-ast-output.png)
![Output](../docs/images/remark-ast-output.png)

## Publishing the plugin

Expand Down

0 comments on commit 82d0707

Please sign in to comment.