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-tw/conflicting/web/css/@viewport/index.html | 3 +-- files/zh-tw/web/css/@media/index.html | 2 +- files/zh-tw/web/css/@viewport/index.html | 2 +- files/zh-tw/web/css/_colon_first-child/index.html | 3 +-- files/zh-tw/web/css/_colon_first-of-type/index.html | 3 +-- files/zh-tw/web/css/_colon_lang/index.html | 2 +- files/zh-tw/web/css/attr()/index.html | 2 +- files/zh-tw/web/css/background-attachment/index.html | 3 +-- files/zh-tw/web/css/background-color/index.html | 2 +- files/zh-tw/web/css/box-shadow/index.html | 2 +- files/zh-tw/web/css/box-sizing/index.html | 2 +- files/zh-tw/web/css/clip/index.html | 3 +-- files/zh-tw/web/css/cursor/index.html | 3 +-- files/zh-tw/web/css/grid-row/index.html | 2 +- files/zh-tw/web/css/grid-template-columns/index.html | 2 +- files/zh-tw/web/css/grid-template/index.html | 2 +- files/zh-tw/web/css/height/index.html | 2 +- files/zh-tw/web/css/line-break/index.html | 2 +- files/zh-tw/web/css/object-fit/index.html | 2 +- files/zh-tw/web/css/ruby-position/index.html | 2 +- files/zh-tw/web/css/transform-origin/index.html | 2 +- files/zh-tw/web/css/transform/index.html | 2 +- files/zh-tw/web/css/transition-duration/index.html | 2 +- files/zh-tw/web/css/transition-timing-function/index.html | 2 +- files/zh-tw/web/css/transition/index.html | 2 +- files/zh-tw/web/css/white-space/index.html | 2 +- files/zh-tw/web/css/width/index.html | 2 +- 27 files changed, 27 insertions(+), 33 deletions(-) (limited to 'files/zh-tw') diff --git a/files/zh-tw/conflicting/web/css/@viewport/index.html b/files/zh-tw/conflicting/web/css/@viewport/index.html index 02dd2cafa4..0780c9e252 100644 --- a/files/zh-tw/conflicting/web/css/@viewport/index.html +++ b/files/zh-tw/conflicting/web/css/@viewport/index.html @@ -37,8 +37,7 @@ height: 320px 200px;

正式語法

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

舉例

diff --git a/files/zh-tw/web/css/@media/index.html b/files/zh-tw/web/css/@media/index.html index 11f39d07b6..08ca289860 100644 --- a/files/zh-tw/web/css/@media/index.html +++ b/files/zh-tw/web/css/@media/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/@media

語法

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

A <media-query> is composed of a optional media type and/or a number of media features.

diff --git a/files/zh-tw/web/css/@viewport/index.html b/files/zh-tw/web/css/@viewport/index.html index f03aaee77b..7e55775592 100644 --- a/files/zh-tw/web/css/@viewport/index.html +++ b/files/zh-tw/web/css/@viewport/index.html @@ -53,7 +53,7 @@ translation_of: Web/CSS/@viewport

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/_colon_first-child/index.html b/files/zh-tw/web/css/_colon_first-child/index.html index 195449ca3d..65abddd20b 100644 --- a/files/zh-tw/web/css/_colon_first-child/index.html +++ b/files/zh-tw/web/css/_colon_first-child/index.html @@ -15,8 +15,7 @@ translation_of: 'Web/CSS/:first-child'

語法

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

範例

diff --git a/files/zh-tw/web/css/_colon_first-of-type/index.html b/files/zh-tw/web/css/_colon_first-of-type/index.html index 93a524c4b7..fc44997bcc 100644 --- a/files/zh-tw/web/css/_colon_first-of-type/index.html +++ b/files/zh-tw/web/css/_colon_first-of-type/index.html @@ -24,8 +24,7 @@ p:first-of-type {

語法

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

範例

diff --git a/files/zh-tw/web/css/_colon_lang/index.html b/files/zh-tw/web/css/_colon_lang/index.html index f79d142f09..53655fed8e 100644 --- a/files/zh-tw/web/css/_colon_lang/index.html +++ b/files/zh-tw/web/css/_colon_lang/index.html @@ -20,7 +20,7 @@ p:lang(en) {

語法格式 Formal syntax

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

參數 Parameter

diff --git a/files/zh-tw/web/css/attr()/index.html b/files/zh-tw/web/css/attr()/index.html index 7cce14ec01..92fac9c5ac 100644 --- a/files/zh-tw/web/css/attr()/index.html +++ b/files/zh-tw/web/css/attr()/index.html @@ -155,7 +155,7 @@ attr(data-something, 'default');

形式語法

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

範例

diff --git a/files/zh-tw/web/css/background-attachment/index.html b/files/zh-tw/web/css/background-attachment/index.html index 138623a543..98ae416926 100644 --- a/files/zh-tw/web/css/background-attachment/index.html +++ b/files/zh-tw/web/css/background-attachment/index.html @@ -44,8 +44,7 @@ background-attachment: unset;

Formal syntax

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

例子

diff --git a/files/zh-tw/web/css/background-color/index.html b/files/zh-tw/web/css/background-color/index.html index 3c5cea28b3..1d4f149230 100644 --- a/files/zh-tw/web/css/background-color/index.html +++ b/files/zh-tw/web/css/background-color/index.html @@ -28,7 +28,7 @@ background-color: inherit;

正式語法

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

範例

diff --git a/files/zh-tw/web/css/box-shadow/index.html b/files/zh-tw/web/css/box-shadow/index.html index 4d23dc2d13..7ec9fe5121 100644 --- a/files/zh-tw/web/css/box-shadow/index.html +++ b/files/zh-tw/web/css/box-shadow/index.html @@ -64,7 +64,7 @@ box-shadow: 3px 3px red, -1em 0 0.4em olive;

語法

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

範例

diff --git a/files/zh-tw/web/css/box-sizing/index.html b/files/zh-tw/web/css/box-sizing/index.html index 058f179918..83784cc2d1 100644 --- a/files/zh-tw/web/css/box-sizing/index.html +++ b/files/zh-tw/web/css/box-sizing/index.html @@ -53,7 +53,7 @@ box-sizing: unset;

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/clip/index.html b/files/zh-tw/web/css/clip/index.html index 900be65c41..914393a72a 100644 --- a/files/zh-tw/web/css/clip/index.html +++ b/files/zh-tw/web/css/clip/index.html @@ -42,8 +42,7 @@ clip: unset;

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/cursor/index.html b/files/zh-tw/web/css/cursor/index.html index 6e20cbbb43..5ded20bef8 100644 --- a/files/zh-tw/web/css/cursor/index.html +++ b/files/zh-tw/web/css/cursor/index.html @@ -246,8 +246,7 @@ cursor: unset;

公式語法

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

範例

diff --git a/files/zh-tw/web/css/grid-row/index.html b/files/zh-tw/web/css/grid-row/index.html index d7c3ed1543..e3e6daca74 100644 --- a/files/zh-tw/web/css/grid-row/index.html +++ b/files/zh-tw/web/css/grid-row/index.html @@ -66,7 +66,7 @@ grid-row: unset;

Formal syntax

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

Example

diff --git a/files/zh-tw/web/css/grid-template-columns/index.html b/files/zh-tw/web/css/grid-template-columns/index.html index 31ef2b30b3..ac327e5b4e 100644 --- a/files/zh-tw/web/css/grid-template-columns/index.html +++ b/files/zh-tw/web/css/grid-template-columns/index.html @@ -75,7 +75,7 @@ grid-template-columns: unset;

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/grid-template/index.html b/files/zh-tw/web/css/grid-template/index.html index 196c847b67..9682acb462 100644 --- a/files/zh-tw/web/css/grid-template/index.html +++ b/files/zh-tw/web/css/grid-template/index.html @@ -55,7 +55,7 @@ grid-template: unset;

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/height/index.html b/files/zh-tw/web/css/height/index.html index 139ec496b6..4fd044b518 100644 --- a/files/zh-tw/web/css/height/index.html +++ b/files/zh-tw/web/css/height/index.html @@ -63,7 +63,7 @@ height: unset;

正式語法

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

範例

diff --git a/files/zh-tw/web/css/line-break/index.html b/files/zh-tw/web/css/line-break/index.html index f7e073e100..d30a098abd 100644 --- a/files/zh-tw/web/css/line-break/index.html +++ b/files/zh-tw/web/css/line-break/index.html @@ -43,7 +43,7 @@ line-break: unset;

Formal syntax

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

Specifications

diff --git a/files/zh-tw/web/css/object-fit/index.html b/files/zh-tw/web/css/object-fit/index.html index e6b73dc0b9..b2708e1a09 100644 --- a/files/zh-tw/web/css/object-fit/index.html +++ b/files/zh-tw/web/css/object-fit/index.html @@ -47,7 +47,7 @@ object-fit: unset;

Formal syntax

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

Example

diff --git a/files/zh-tw/web/css/ruby-position/index.html b/files/zh-tw/web/css/ruby-position/index.html index 6caff70d64..3477b7d3bd 100644 --- a/files/zh-tw/web/css/ruby-position/index.html +++ b/files/zh-tw/web/css/ruby-position/index.html @@ -35,7 +35,7 @@ ruby-position: unset;

正式語法

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

示例

diff --git a/files/zh-tw/web/css/transform-origin/index.html b/files/zh-tw/web/css/transform-origin/index.html index 2cfccb1716..f673fa334c 100644 --- a/files/zh-tw/web/css/transform-origin/index.html +++ b/files/zh-tw/web/css/transform-origin/index.html @@ -127,7 +127,7 @@ transform-origin: unset;

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/transform/index.html b/files/zh-tw/web/css/transform/index.html index 7b1f9ee11b..1d93410517 100644 --- a/files/zh-tw/web/css/transform/index.html +++ b/files/zh-tw/web/css/transform/index.html @@ -88,7 +88,7 @@ transform: unset;

標準語法

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

範例

diff --git a/files/zh-tw/web/css/transition-duration/index.html b/files/zh-tw/web/css/transition-duration/index.html index d03125128e..7c7d07d141 100644 --- a/files/zh-tw/web/css/transition-duration/index.html +++ b/files/zh-tw/web/css/transition-duration/index.html @@ -41,7 +41,7 @@ transition-duration: unset;

正式語法

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

範例

diff --git a/files/zh-tw/web/css/transition-timing-function/index.html b/files/zh-tw/web/css/transition-timing-function/index.html index 467fcf51b5..440f3f082c 100644 --- a/files/zh-tw/web/css/transition-timing-function/index.html +++ b/files/zh-tw/web/css/transition-timing-function/index.html @@ -60,7 +60,7 @@ transition-timing-function: ease-in, ease-out; // ease-in to width and ease-out

公式語法

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

範例

diff --git a/files/zh-tw/web/css/transition/index.html b/files/zh-tw/web/css/transition/index.html index 3e5b3c042c..405f75b759 100644 --- a/files/zh-tw/web/css/transition/index.html +++ b/files/zh-tw/web/css/transition/index.html @@ -65,7 +65,7 @@ transition: unset;

標準語法

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

範例

diff --git a/files/zh-tw/web/css/white-space/index.html b/files/zh-tw/web/css/white-space/index.html index eef166cc0e..ec061e754b 100644 --- a/files/zh-tw/web/css/white-space/index.html +++ b/files/zh-tw/web/css/white-space/index.html @@ -219,7 +219,7 @@ p {

Formal syntax

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

Examples

diff --git a/files/zh-tw/web/css/width/index.html b/files/zh-tw/web/css/width/index.html index 9459dd32e9..11336859c4 100644 --- a/files/zh-tw/web/css/width/index.html +++ b/files/zh-tw/web/css/width/index.html @@ -169,7 +169,7 @@ p {

Formal syntax

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

範例

-- cgit v1.2.3-54-g00ecf