diff --git a/content/blog/deploying-next-apps.mdx b/content/blog/deploying-next-apps.mdx index b95c5c7..8a1d325 100644 --- a/content/blog/deploying-next-apps.mdx +++ b/content/blog/deploying-next-apps.mdx @@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/blog/dynamic-routing-static-regeneration.mdx b/content/blog/dynamic-routing-static-regeneration.mdx index b7608fb..e4aff3d 100644 --- a/content/blog/dynamic-routing-static-regeneration.mdx +++ b/content/blog/dynamic-routing-static-regeneration.mdx @@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Makrdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/blog/preview-mode-headless-cms.mdx b/content/blog/preview-mode-headless-cms.mdx index 42be8ad..7db0c8c 100644 --- a/content/blog/preview-mode-headless-cms.mdx +++ b/content/blog/preview-mode-headless-cms.mdx @@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/blog/server-client-components.mdx b/content/blog/server-client-components.mdx index 061f6ac..0ec050d 100644 --- a/content/blog/server-client-components.mdx +++ b/content/blog/server-client-components.mdx @@ -210,7 +210,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/docs/documentation/components.mdx b/content/docs/documentation/components.mdx index f678b95..07a83e2 100644 --- a/content/docs/documentation/components.mdx +++ b/content/docs/documentation/components.mdx @@ -62,12 +62,12 @@ You can also use HTML to embed cards in a grid. ```mdx
- #### Card One + #### Card One You can use **markdown** inside cards. - #### Card Two + #### Card Two You can also use `inline code` and code blocks.
@@ -75,12 +75,12 @@ You can also use HTML to embed cards in a grid.
- #### Card One + #### Card One You can use **markdown** inside cards. - #### Card Two + #### Card Two You can also use `inline code` and code blocks.
@@ -131,7 +131,7 @@ const components = { } ``` -This will overwrite the `
` tag or `---` in Mardown with the HTML output above. +This will overwrite the `
` tag or `---` in Markdown with the HTML output above. --- diff --git a/content/docs/documentation/index.mdx b/content/docs/documentation/index.mdx index 0ecab62..68bd00c 100644 --- a/content/docs/documentation/index.mdx +++ b/content/docs/documentation/index.mdx @@ -37,7 +37,7 @@ Learn how to use MDX with Contentlayer. ### Components -Using React components in Mardown. +Using React components in Markdown. diff --git a/content/docs/documentation/style-guide.mdx b/content/docs/documentation/style-guide.mdx index edfc15a..0f9da34 100644 --- a/content/docs/documentation/style-guide.mdx +++ b/content/docs/documentation/style-guide.mdx @@ -207,7 +207,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/guides/build-blog-using-contentlayer-mdx.mdx b/content/guides/build-blog-using-contentlayer-mdx.mdx index 1c4c0e9..7759b2a 100644 --- a/content/guides/build-blog-using-contentlayer-mdx.mdx +++ b/content/guides/build-blog-using-contentlayer-mdx.mdx @@ -213,7 +213,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/content/guides/using-next-auth-next-13.mdx b/content/guides/using-next-auth-next-13.mdx index 1552eb8..e05ca05 100644 --- a/content/guides/using-next-auth-next-13.mdx +++ b/content/guides/using-next-auth-next-13.mdx @@ -213,7 +213,7 @@ What I've written here is probably long enough, but adding this final sentence c ## GitHub Flavored Markdown -I've also added support for GitHub Flavored Mardown using `remark-gfm`. +I've also added support for GitHub Flavored Markdown using `remark-gfm`. With `remark-gfm`, we get a few extra features in our markdown. Example: autolink literals. diff --git a/package.json b/package.json index 00460d2..4a166d1 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "class-variance-authority": "^0.4.0", "clsx": "^1.2.1", "cmdk": "^0.1.22", - "concurrently": "^8.0.1", "contentlayer": "^0.3.1", "date-fns": "^2.29.3", "lucide-react": "^0.92.0", @@ -97,6 +96,7 @@ "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.14", + "concurrently": "^8.2.2", "eslint": "^8.39.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^8.8.0",