Skip to content

Commit 429a6ed

Browse files
authored
Update index.md (#3957)
1 parent f8f52ba commit 429a6ed

File tree

1 file changed

+2
-0
lines changed
  • examples/using-remark/src/pages/2018-01-27---custom-components

1 file changed

+2
-0
lines changed

examples/using-remark/src/pages/2018-01-27---custom-components/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ What if you want custom UI interactions embedded in your Markdown?
1313

1414
By using `rehype-react` with the `htmlAst` field, you can write custom React components and then reference them from your Markdown files.
1515

16+
*Note: this functionality was added in version 1.7.31 of gatsby-transformer-remark*
17+
1618
## Writing a component
1719

1820
Write the component the way you normally would. For example, here's a simple "Counter" component:

0 commit comments

Comments
 (0)