From 6ce8d0a65101521ae03e66108432631611624062 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Mon, 24 Mar 2025 01:02:38 +0000 Subject: [PATCH] chore: update md style guide --- src/content/posts/Markdown Style Guide-en.md | 6 ++--- src/content/posts/Markdown Style Guide-zh.md | 24 ++++++++++---------- src/styles/heti.css | 12 +++++----- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/content/posts/Markdown Style Guide-en.md b/src/content/posts/Markdown Style Guide-en.md index d7608d0..c1d5fbc 100644 --- a/src/content/posts/Markdown Style Guide-en.md +++ b/src/content/posts/Markdown Style Guide-en.md @@ -96,9 +96,9 @@ The blockquote element represents content that is quoted from another source, op ## Code Blocks -### Syntax +we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntax, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash. -we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntax, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash +### Syntax ````markdown ```html @@ -226,7 +226,7 @@ Most salamanders are nocturnal, and hunt for insects, worms, and ot