summaryrefslogtreecommitdiff
path: root/examples/blog/src
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-11 08:14:20 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-11 11:14:20 -0400
commit40efae65501fc79c281e34b5af912bf837b7105b (patch)
tree8a6b834647f9e6b2b36aceaaf47397cba8ac51e7 /examples/blog/src
parent866ed4098edffb052239cdb26e076cf8db61b1d9 (diff)
downloadastro-40efae65501fc79c281e34b5af912bf837b7105b.tar.gz
astro-40efae65501fc79c281e34b5af912bf837b7105b.tar.zst
astro-40efae65501fc79c281e34b5af912bf837b7105b.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 666559d2d..fd402b87b 100644
--- a/examples/blog/src/content/blog/markdown-style-guide.md
+++ b/examples/blog/src/content/blog/markdown-style-guide.md
@@ -99,7 +99,7 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti
````markdown
```html
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />