We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f52ba commit 429a6edCopy full SHA for 429a6ed
examples/using-remark/src/pages/2018-01-27---custom-components/index.md
@@ -13,6 +13,8 @@ What if you want custom UI interactions embedded in your Markdown?
13
14
By using `rehype-react` with the `htmlAst` field, you can write custom React components and then reference them from your Markdown files.
15
16
+*Note: this functionality was added in version 1.7.31 of gatsby-transformer-remark*
17
+
18
## Writing a component
19
20
Write the component the way you normally would. For example, here's a simple "Counter" component:
0 commit comments