diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml
index e10ab3a..177ea06 100644
--- a/.markdownlint-cli2.yaml
+++ b/.markdownlint-cli2.yaml
@@ -3,7 +3,7 @@ config:
line-length: false
no-inline-html: false
first-line-h1: false
- code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/
+ code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/
code-fence-style:
style: backtick
diff --git a/.yamllint b/.yamllint
index f678c0a..13b50d4 100644
--- a/.yamllint
+++ b/.yamllint
@@ -2,6 +2,8 @@ extends: default
rules:
document-start: disable
+ comments:
+ min-spaces-from-content: 1 # Prettier interop
indentation:
spaces: 2
line-length: disable
diff --git a/babel.config.js b/babel.config.js
index e00595d..bfd75db 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,3 @@
module.exports = {
- presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
+ presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
};
diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx
index c04ebe3..ad3490f 100644
--- a/blog/2021-08-01-mdx-blog-post.mdx
+++ b/blog/2021-08-01-mdx-blog-post.mdx
@@ -12,9 +12,9 @@ Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/mar
Use the power of React to create interactive blog posts.
```js
-
+
```
-
+
:::