From af8181e9915892cf78b7a9f86e4ec44050f54d6d Mon Sep 17 00:00:00 2001 From: postyizhan <185839426@qq.com> Date: Sat, 4 May 2024 16:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=B8=8B=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/扩展阅读/YAML语法/扩展.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/扩展阅读/YAML语法/扩展.md b/docs/扩展阅读/YAML语法/扩展.md index 4c3fb7e7c4..3566356523 100644 --- a/docs/扩展阅读/YAML语法/扩展.md +++ b/docs/扩展阅读/YAML语法/扩展.md @@ -72,14 +72,14 @@ lines: | 我是第四行 我是第五行 ``` -> 使用 **“ |+ ”** 来表示该语法,|+:保留行尾及字符末尾的换行符 +> 使用 **“ |+ ”** 来表示该语法,保留行尾及字符末尾的换行符 ```YAML lines: |+ 我是第一行 我是第二行 ``` -> 使用 **“ |- ”** 来表示该语法,|-:保留行尾换行符,但不保留字符末尾的换行符 +> 使用 **“ |- ”** 来表示该语法,保留行尾换行符,但不保留字符末尾的换行符 ```YAML lines: |- 我是第一行