From ea0ba545264064cd0c9a21c1081fcf2d859bbfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Wed, 25 Sep 2024 17:36:42 +0800 Subject: [PATCH] fix(markdownlint): Fix Chinese comment in the uninitialized Markdownlint configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- .markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 9d16668..74e0a4d 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -40,7 +40,7 @@ blanks-around-lists: False # Allow using raw HTML markups as workarounds of deficiencies of Markdown no-inline-html: False -# 佔位字是要被替換掉的,為此規則之特例 +# Placeholder texts are to be replaced during the initialization of the project no-emphasis-as-heading: false # Allow using YAML front matter, while not require the definition of the