summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-11-19 13:09:44 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-19 13:09:44 -0500
commita9a14a1be712332e7a06e5212a2210293baa7ff8 (patch)
treea21c22da3306ac68ee033bca0f4e1f455c591afc
parent285622b8ae3a2bd92574548d4e40a5f4b0861506 (diff)
downloadastro-a9a14a1be712332e7a06e5212a2210293baa7ff8.tar.gz
astro-a9a14a1be712332e7a06e5212a2210293baa7ff8.tar.zst
astro-a9a14a1be712332e7a06e5212a2210293baa7ff8.zip
Fix blog example yet again (#1917)
-rw-r--r--.prettierignore4
-rw-r--r--examples/blog/src/pages/posts/index.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.prettierignore b/.prettierignore
index c6b604946..eaa796fda 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -3,8 +3,8 @@
**/fixtures
**/vendor
**/.vercel
-**/examples/docs
-**/www
+examples/docs/**/*.md
+www/**/*.md
.github
.changeset
README.md
diff --git a/examples/blog/src/pages/posts/index.md b/examples/blog/src/pages/posts/index.md
index 40d329e3a..949dfb866 100644
--- a/examples/blog/src/pages/posts/index.md
+++ b/examples/blog/src/pages/posts/index.md
@@ -13,4 +13,4 @@ description: Just a Hello World Post!
This is so cool!
-Do variables work {frontmatter.value \* 2}?
+Do variables work {frontmatter.value * 2}?