summaryrefslogtreecommitdiff
path: root/examples/blog/src
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2023-08-08 13:01:38 +0100
committerGravatar GitHub <noreply@github.com> 2023-08-08 13:01:38 +0100
commit0f1e9d8361017350617e8882c9858ee56b2e8039 (patch)
treecd16a77603fb2c7926c42c6f43c915336e52a5e7 /examples/blog/src
parent7bd1b86f85c06fdde0a1ed9146d01bac69990671 (diff)
downloadastro-0f1e9d8361017350617e8882c9858ee56b2e8039.tar.gz
astro-0f1e9d8361017350617e8882c9858ee56b2e8039.tar.zst
astro-0f1e9d8361017350617e8882c9858ee56b2e8039.zip
chore: update prettier to `3.0` (#7957)
Diffstat (limited to 'examples/blog/src')
-rw-r--r--examples/blog/src/content/blog/markdown-style-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/content/blog/markdown-style-guide.md b/examples/blog/src/content/blog/markdown-style-guide.md
index e7cede3d3..58a03467d 100644
--- a/examples/blog/src/content/blog/markdown-style-guide.md
+++ b/examples/blog/src/content/blog/markdown-style-guide.md
@@ -58,7 +58,7 @@ The blockquote element represents content that is quoted from another source, op
## Code Blocks
```html
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />