From 1bbb4d9683edd28fc947b17804e5b882184ecfcb Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Mon, 15 Mar 2021 18:56:01 +0100 Subject: remove pre for CSSSyntaxd (#175) ``` s/(\{\{csssyntax(\(.*\))?\}\})\n?/$1/g ``` --- files/zh-cn/web/css/@counter-style/additive-symbols/index.html | 2 +- files/zh-cn/web/css/@counter-style/pad/index.html | 2 +- files/zh-cn/web/css/@counter-style/speak-as/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/css/@counter-style') diff --git a/files/zh-cn/web/css/@counter-style/additive-symbols/index.html b/files/zh-cn/web/css/@counter-style/additive-symbols/index.html index 5d5fe95399..3d760857d0 100644 --- a/files/zh-cn/web/css/@counter-style/additive-symbols/index.html +++ b/files/zh-cn/web/css/@counter-style/additive-symbols/index.html @@ -19,7 +19,7 @@ additive-symbols: 3 "0", 2 url(symbol.png);

Formal syntax

-
{{csssyntax}}
+{{csssyntax}}

示例

diff --git a/files/zh-cn/web/css/@counter-style/pad/index.html b/files/zh-cn/web/css/@counter-style/pad/index.html index 9dcfb0328a..a101f98c8f 100644 --- a/files/zh-cn/web/css/@counter-style/pad/index.html +++ b/files/zh-cn/web/css/@counter-style/pad/index.html @@ -23,7 +23,7 @@ translation_of: Web/CSS/@counter-style/pad

形式语法

-
{{csssyntax}}
+{{csssyntax}}

样例

diff --git a/files/zh-cn/web/css/@counter-style/speak-as/index.html b/files/zh-cn/web/css/@counter-style/speak-as/index.html index 5a2031972a..1a6fc56748 100644 --- a/files/zh-cn/web/css/@counter-style/speak-as/index.html +++ b/files/zh-cn/web/css/@counter-style/speak-as/index.html @@ -53,7 +53,7 @@ speak-as: <counter-style-name>;

语法

-
{{csssyntax}}
+{{csssyntax}}

例子

-- cgit v1.2.3-54-g00ecf