Skip to content

Commit

Permalink
docs: fix typo in syntax.md (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag committed Feb 18, 2024
1 parent 5bb36b8 commit 081241c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ src: ./content.md

> Available since v0.43.0
Slidev has and experimental support for [MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).
Slidev has an experimental support for [MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).

You can enable it by add `mdc: true` to the frontmatter of your markdown file.
You can enable it by adding `mdc: true` to the frontmatter of your markdown file.

```md
---
Expand Down

0 comments on commit 081241c

Please sign in to comment.