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/tr/web/css/@import/index.html | 2 +- files/tr/web/css/_colon_active/index.html | 2 +- files/tr/web/css/_colon_first-of-type/index.html | 3 +-- files/tr/web/css/_colon_focus/index.html | 2 +- files/tr/web/css/_colon_last-child/index.html | 2 +- files/tr/web/css/_colon_link/index.html | 2 +- files/tr/web/css/_colon_not/index.html | 2 +- files/tr/web/css/_colon_root/index.html | 2 +- files/tr/web/css/_doublecolon_first-letter/index.html | 2 +- files/tr/web/css/background-color/index.html | 2 +- files/tr/web/css/background/index.html | 2 +- files/tr/web/css/display/index.html | 2 +- files/tr/web/css/font-size/index.html | 2 +- files/tr/web/css/margin/index.html | 2 +- files/tr/web/css/shape-outside/index.html | 2 +- 15 files changed, 15 insertions(+), 16 deletions(-) (limited to 'files/tr') diff --git a/files/tr/web/css/@import/index.html b/files/tr/web/css/@import/index.html index 83a6381530..130d0b186d 100644 --- a/files/tr/web/css/@import/index.html +++ b/files/tr/web/css/@import/index.html @@ -33,7 +33,7 @@ translation_of: Web/CSS/@import

Formal syntax

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

Specifications

diff --git a/files/tr/web/css/_colon_active/index.html b/files/tr/web/css/_colon_active/index.html index 50fc217bc1..fe5563e036 100644 --- a/files/tr/web/css/_colon_active/index.html +++ b/files/tr/web/css/_colon_active/index.html @@ -20,7 +20,7 @@ a:active {

Syntax

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

Example

diff --git a/files/tr/web/css/_colon_first-of-type/index.html b/files/tr/web/css/_colon_first-of-type/index.html index 661909a3eb..ad4ee056d6 100644 --- a/files/tr/web/css/_colon_first-of-type/index.html +++ b/files/tr/web/css/_colon_first-of-type/index.html @@ -19,8 +19,7 @@ p:first-of-type {

Sözdizimi

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

Örnekler

diff --git a/files/tr/web/css/_colon_focus/index.html b/files/tr/web/css/_colon_focus/index.html index 3ee30adbae..05ebc35ead 100644 --- a/files/tr/web/css/_colon_focus/index.html +++ b/files/tr/web/css/_colon_focus/index.html @@ -26,7 +26,7 @@ input:focus {

Syntax

-
{{CSSSyntax}}
+{{CSSSyntax}}

Examples

diff --git a/files/tr/web/css/_colon_last-child/index.html b/files/tr/web/css/_colon_last-child/index.html index c117c9deb6..b068bb7de8 100644 --- a/files/tr/web/css/_colon_last-child/index.html +++ b/files/tr/web/css/_colon_last-child/index.html @@ -19,7 +19,7 @@ translation_of: 'Web/CSS/:last-child'

Yazım Şekli

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

Örnek

diff --git a/files/tr/web/css/_colon_link/index.html b/files/tr/web/css/_colon_link/index.html index 26b45658a3..d9cd1502eb 100644 --- a/files/tr/web/css/_colon_link/index.html +++ b/files/tr/web/css/_colon_link/index.html @@ -27,7 +27,7 @@ a:link {

Syntax

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

Examples

diff --git a/files/tr/web/css/_colon_not/index.html b/files/tr/web/css/_colon_not/index.html index 1d00714bb8..e4eb3e5d93 100644 --- a/files/tr/web/css/_colon_not/index.html +++ b/files/tr/web/css/_colon_not/index.html @@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:not'

Syntax

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

Örnek

diff --git a/files/tr/web/css/_colon_root/index.html b/files/tr/web/css/_colon_root/index.html index 26ef59586d..de77ef2a6a 100644 --- a/files/tr/web/css/_colon_root/index.html +++ b/files/tr/web/css/_colon_root/index.html @@ -17,7 +17,7 @@ translation_of: 'Web/CSS/:root'

Sözdizimi

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

Örnek

diff --git a/files/tr/web/css/_doublecolon_first-letter/index.html b/files/tr/web/css/_doublecolon_first-letter/index.html index d5a4a507e3..8cf9b5be47 100644 --- a/files/tr/web/css/_doublecolon_first-letter/index.html +++ b/files/tr/web/css/_doublecolon_first-letter/index.html @@ -40,7 +40,7 @@ p::first-letter {

Söz dizimi(Syntax)

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

Örnekler

diff --git a/files/tr/web/css/background-color/index.html b/files/tr/web/css/background-color/index.html index 874049e1b6..a8e0b081d1 100644 --- a/files/tr/web/css/background-color/index.html +++ b/files/tr/web/css/background-color/index.html @@ -55,7 +55,7 @@ background-color: unset;

Resmi sözdizimi

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

Örnekler

diff --git a/files/tr/web/css/background/index.html b/files/tr/web/css/background/index.html index e5ef80a75a..8bfef1e9fb 100644 --- a/files/tr/web/css/background/index.html +++ b/files/tr/web/css/background/index.html @@ -70,7 +70,7 @@ background: no-repeat center/80% url("../img/image.png");

Formal syntax

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

Örnekler

diff --git a/files/tr/web/css/display/index.html b/files/tr/web/css/display/index.html index b6ee8f9389..2b26ff1cd5 100644 --- a/files/tr/web/css/display/index.html +++ b/files/tr/web/css/display/index.html @@ -207,7 +207,7 @@ display: unset;

Formal syntax

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

Examples

diff --git a/files/tr/web/css/font-size/index.html b/files/tr/web/css/font-size/index.html index cacbec8ae5..89ce88d475 100644 --- a/files/tr/web/css/font-size/index.html +++ b/files/tr/web/css/font-size/index.html @@ -76,7 +76,7 @@ font-size: unset;

Formal syntax

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

Açıklama

diff --git a/files/tr/web/css/margin/index.html b/files/tr/web/css/margin/index.html index e2fc1b4085..e226907d8a 100644 --- a/files/tr/web/css/margin/index.html +++ b/files/tr/web/css/margin/index.html @@ -64,7 +64,7 @@ margin: unset;

Formel sözdizimi

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

Örnekler

diff --git a/files/tr/web/css/shape-outside/index.html b/files/tr/web/css/shape-outside/index.html index 1e4aed1e56..4a05560e8a 100644 --- a/files/tr/web/css/shape-outside/index.html +++ b/files/tr/web/css/shape-outside/index.html @@ -106,7 +106,7 @@ shape-outside: unset;

Formal syntax

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

Examples

-- cgit v1.2.3-54-g00ecf