From 6eff10e61784e86af15d08db1f409b8cf621f165 Mon Sep 17 00:00:00 2001 From: Vinccool96 Date: Fri, 19 Aug 2022 14:16:08 -0400 Subject: [PATCH] Fix link to MDC syntax The first link to MDC syntax was pointing to nothing. It is now pointing at https://content.nuxtjs.org/guide/writing/mdc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bdb1be1..e810b3278 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Nuxt Content -Nuxt Content reads the `content/` directory in your project, parses `.md`, `.yml`, `.csv` or `.json` files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the [MDC syntax](/guide/writing/mdc). +Nuxt Content reads the `content/` directory in your project, parses `.md`, `.yml`, `.csv` or `.json` files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the [MDC syntax](https://content.nuxtjs.org/guide/writing/mdc). - [📖  Read the documentation](https://content.nuxtjs.org) - [👾  Playground](https://stackblitz.com/github/nuxt/content/tree/main/examples/essentials/hello-world?file=app.vue)