Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Sep 14, 2024
1 parent 5c4f2c5 commit ce3d2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/authoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ You can use any [GitHub Flavored Markdown](https://github.github.com/gfm/) synta

Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX components.

### Intro
### `Intro`

```md
<Intro>
This is an intro. Here you can write a short description of the article, longer than the `description`, eventually with [links](#void), lists, etc.
This is an intro. Here you can write a long description of the article, longer than the frontmatter `description`, eventually with [links](#), lists, etc.

Multiple paragraphs are also possible, or anything.
</Intro>
Expand All @@ -55,7 +55,7 @@ Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX co
<summary>Result</summary>

<Intro>
This is an intro. Here you can write a short description of the article, longer than the `description`, eventually with [links](#void), lists, etc.
This is an intro. Here you can write a long description of the article, longer than the frontmatter `description`, eventually with [links](#), lists, etc.

Multiple paragraphs are also possible, or anything.
</Intro>
Expand Down

0 comments on commit ce3d2c9

Please sign in to comment.