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/ja/web/css/@font-face/font-display/index.html | 2 +- files/ja/web/css/@font-face/font-family/index.html | 2 +- files/ja/web/css/@font-face/font-stretch/index.html | 3 +-- files/ja/web/css/@font-face/font-style/index.html | 2 +- files/ja/web/css/@font-face/font-variation-settings/index.html | 2 +- files/ja/web/css/@font-face/font-weight/index.html | 2 +- files/ja/web/css/@font-face/index.html | 2 +- files/ja/web/css/@font-face/src/index.html | 2 +- files/ja/web/css/@font-face/unicode-range/index.html | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) (limited to 'files/ja/web/css/@font-face') diff --git a/files/ja/web/css/@font-face/font-display/index.html b/files/ja/web/css/@font-face/font-display/index.html index b10d04d028..824fa2c5ac 100644 --- a/files/ja/web/css/@font-face/font-display/index.html +++ b/files/ja/web/css/@font-face/font-display/index.html @@ -61,7 +61,7 @@ font-display: optional;

構文

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

diff --git a/files/ja/web/css/@font-face/font-family/index.html b/files/ja/web/css/@font-face/font-family/index.html index 39aa78e3a9..a66d1a7d71 100644 --- a/files/ja/web/css/@font-face/font-family/index.html +++ b/files/ja/web/css/@font-face/font-family/index.html @@ -37,7 +37,7 @@ font-family: examplefont;

形式文法

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

diff --git a/files/ja/web/css/@font-face/font-stretch/index.html b/files/ja/web/css/@font-face/font-stretch/index.html index 1704f1d662..c73497833c 100644 --- a/files/ja/web/css/@font-face/font-stretch/index.html +++ b/files/ja/web/css/@font-face/font-stretch/index.html @@ -119,8 +119,7 @@ font-stretch: condensed ultra-condensed;;

形式文法

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

diff --git a/files/ja/web/css/@font-face/font-style/index.html b/files/ja/web/css/@font-face/font-style/index.html index 051fe294c0..e5a396b199 100644 --- a/files/ja/web/css/@font-face/font-style/index.html +++ b/files/ja/web/css/@font-face/font-style/index.html @@ -49,7 +49,7 @@ font-style: oblique 30deg 50deg;

形式文法

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

diff --git a/files/ja/web/css/@font-face/font-variation-settings/index.html b/files/ja/web/css/@font-face/font-variation-settings/index.html index 5c26e1956a..e693d66ea1 100644 --- a/files/ja/web/css/@font-face/font-variation-settings/index.html +++ b/files/ja/web/css/@font-face/font-variation-settings/index.html @@ -37,7 +37,7 @@ font-variation-settings: "xhgt" 0.7;

形式文法

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

diff --git a/files/ja/web/css/@font-face/font-weight/index.html b/files/ja/web/css/@font-face/font-weight/index.html index 77106d3ea9..54fb37c0db 100644 --- a/files/ja/web/css/@font-face/font-weight/index.html +++ b/files/ja/web/css/@font-face/font-weight/index.html @@ -119,7 +119,7 @@ font-weight: 300 500;

形式文法

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

diff --git a/files/ja/web/css/@font-face/index.html b/files/ja/web/css/@font-face/index.html index 2a501194d9..9fd6c271f5 100644 --- a/files/ja/web/css/@font-face/index.html +++ b/files/ja/web/css/@font-face/index.html @@ -65,7 +65,7 @@ translation_of: Web/CSS/@font-face

形式文法

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

diff --git a/files/ja/web/css/@font-face/src/index.html b/files/ja/web/css/@font-face/src/index.html index 3e1b90b644..573ed4f4b2 100644 --- a/files/ja/web/css/@font-face/src/index.html +++ b/files/ja/web/css/@font-face/src/index.html @@ -56,7 +56,7 @@ src: local(font), url(path/to/font.svg) format("svg"),

形式文法

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

diff --git a/files/ja/web/css/@font-face/unicode-range/index.html b/files/ja/web/css/@font-face/unicode-range/index.html index 691d5e7f17..f96280e303 100644 --- a/files/ja/web/css/@font-face/unicode-range/index.html +++ b/files/ja/web/css/@font-face/unicode-range/index.html @@ -47,7 +47,7 @@ unicode-range: U+0025-00FF, U+4??; /* 複数の値 */

形式文法

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

-- cgit v1.2.3-54-g00ecf