diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/src/content/blog/markdown-style-guide.md | 2 |
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" /> |