diff options
Diffstat (limited to 'examples/blog/src/content')
-rw-r--r-- | examples/blog/src/content/blog/markdown-style-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/src/content/blog/markdown-style-guide.md b/examples/blog/src/content/blog/markdown-style-guide.md index 5775c88c0..877ec2f4a 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" /> @@ -115,7 +115,7 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti Output ```html -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> |