diff --git a/docs/getting-started/authoring.mdx b/docs/getting-started/authoring.mdx index f0d5fe9a..e29eb3d1 100644 --- a/docs/getting-started/authoring.mdx +++ b/docs/getting-started/authoring.mdx @@ -29,7 +29,9 @@ Any key is optional. ### MARKDOWN -All exported [`components/mdx/index.tsx`](components/mdx/index.tsx) React components will have MDX treatment. +You can use any [GitHub Flavored Markdown](https://github.github.com/gfm/) syntax. + +Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX components. #### `Img`