From e65b5b54950978957b75873ad4f493b3be26f3ea Mon Sep 17 00:00:00 2001 From: ElianCodes Date: Wed, 9 Aug 2023 18:52:48 +0000 Subject: [PATCH] [ci] format --- .../src/content/blog/markdown-style-guide.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/blog/src/content/blog/markdown-style-guide.md b/examples/blog/src/content/blog/markdown-style-guide.md index e8ba6c03fe07..c0939221c64e 100644 --- a/examples/blog/src/content/blog/markdown-style-guide.md +++ b/examples/blog/src/content/blog/markdown-style-guide.md @@ -36,7 +36,7 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap ```markdown ![Alt text](./full/or/relative/path/of/image) ``` - + #### Output ![blog placeholder](../../../public/blog-placeholder-about.jpg) @@ -83,7 +83,6 @@ The blockquote element represents content that is quoted from another source, op | Italics | Bold | Code | | --------- | -------- | ------ | | _italics_ | **bold** | `code` | - ``` #### Output @@ -99,19 +98,20 @@ The blockquote element represents content that is quoted from another source, op we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntac, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash ````markdown - ```html - - - - - Example HTML5 Document - - -

Test

- - - ``` +```html + + + + + Example HTML5 Document + + +

Test

+ + +``` ```` + Output ```html