diff options
author | 2021-11-19 13:09:44 -0500 | |
---|---|---|
committer | 2021-11-19 13:09:44 -0500 | |
commit | a9a14a1be712332e7a06e5212a2210293baa7ff8 (patch) | |
tree | a21c22da3306ac68ee033bca0f4e1f455c591afc | |
parent | 285622b8ae3a2bd92574548d4e40a5f4b0861506 (diff) | |
download | astro-a9a14a1be712332e7a06e5212a2210293baa7ff8.tar.gz astro-a9a14a1be712332e7a06e5212a2210293baa7ff8.tar.zst astro-a9a14a1be712332e7a06e5212a2210293baa7ff8.zip |
Fix blog example yet again (#1917)
-rw-r--r-- | .prettierignore | 4 | ||||
-rw-r--r-- | examples/blog/src/pages/posts/index.md | 2 |
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}? |