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/fr/web/css/@counter-style/additive-symbols/index.html | 2 +- files/fr/web/css/@counter-style/fallback/index.html | 2 +- files/fr/web/css/@counter-style/index.html | 3 +-- files/fr/web/css/@counter-style/negative/index.html | 2 +- files/fr/web/css/@counter-style/pad/index.html | 2 +- files/fr/web/css/@counter-style/prefix/index.html | 2 +- files/fr/web/css/@counter-style/range/index.html | 2 +- files/fr/web/css/@counter-style/speak-as/index.html | 2 +- files/fr/web/css/@counter-style/suffix/index.html | 2 +- files/fr/web/css/@counter-style/symbols/index.html | 2 +- files/fr/web/css/@counter-style/system/index.html | 2 +- 11 files changed, 11 insertions(+), 12 deletions(-) (limited to 'files/fr/web/css/@counter-style') diff --git a/files/fr/web/css/@counter-style/additive-symbols/index.html b/files/fr/web/css/@counter-style/additive-symbols/index.html index 51c9cb0094..8e55de3286 100644 --- a/files/fr/web/css/@counter-style/additive-symbols/index.html +++ b/files/fr/web/css/@counter-style/additive-symbols/index.html @@ -22,7 +22,7 @@ additive-symbols: 3 "0", 2 url(symbol.png);

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/fallback/index.html b/files/fr/web/css/@counter-style/fallback/index.html index cf00348402..4fefc34265 100644 --- a/files/fr/web/css/@counter-style/fallback/index.html +++ b/files/fr/web/css/@counter-style/fallback/index.html @@ -25,7 +25,7 @@ fallback: custom-gangnam-style;

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/index.html b/files/fr/web/css/@counter-style/index.html index 12dd1653c3..8440948f59 100644 --- a/files/fr/web/css/@counter-style/index.html +++ b/files/fr/web/css/@counter-style/index.html @@ -90,8 +90,7 @@ ul {

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/negative/index.html b/files/fr/web/css/@counter-style/negative/index.html index 375fafa8fb..ee5ba91223 100644 --- a/files/fr/web/css/@counter-style/negative/index.html +++ b/files/fr/web/css/@counter-style/negative/index.html @@ -31,7 +31,7 @@ negative: "(" ")"; /* Entoure la valeur avec '(' et ')' si elle est négative

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/pad/index.html b/files/fr/web/css/@counter-style/pad/index.html index ce73abaeca..fde74a66e6 100644 --- a/files/fr/web/css/@counter-style/pad/index.html +++ b/files/fr/web/css/@counter-style/pad/index.html @@ -32,7 +32,7 @@ translation_of: Web/CSS/@counter-style/pad

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/prefix/index.html b/files/fr/web/css/@counter-style/prefix/index.html index 25de1edd1c..b055d752bf 100644 --- a/files/fr/web/css/@counter-style/prefix/index.html +++ b/files/fr/web/css/@counter-style/prefix/index.html @@ -27,7 +27,7 @@ prefix: "Page";

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/range/index.html b/files/fr/web/css/@counter-style/range/index.html index 92043910dc..2c07422fdb 100644 --- a/files/fr/web/css/@counter-style/range/index.html +++ b/files/fr/web/css/@counter-style/range/index.html @@ -52,7 +52,7 @@ range: infinite 6, 10 infinite;

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/speak-as/index.html b/files/fr/web/css/@counter-style/speak-as/index.html index d3a7631b4e..a51c584abe 100644 --- a/files/fr/web/css/@counter-style/speak-as/index.html +++ b/files/fr/web/css/@counter-style/speak-as/index.html @@ -52,7 +52,7 @@ speak-as: <counter-style-name>;

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/suffix/index.html b/files/fr/web/css/@counter-style/suffix/index.html index a39b699c0d..79bfb62630 100644 --- a/files/fr/web/css/@counter-style/suffix/index.html +++ b/files/fr/web/css/@counter-style/suffix/index.html @@ -27,7 +27,7 @@ suffix: ") ";

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/symbols/index.html b/files/fr/web/css/@counter-style/symbols/index.html index 2440d1a430..2c3be8de24 100644 --- a/files/fr/web/css/@counter-style/symbols/index.html +++ b/files/fr/web/css/@counter-style/symbols/index.html @@ -40,7 +40,7 @@ symbols: indic-numbers;

Syntaxe formelle

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

Exemples

diff --git a/files/fr/web/css/@counter-style/system/index.html b/files/fr/web/css/@counter-style/system/index.html index 378154364d..8e513340b9 100644 --- a/files/fr/web/css/@counter-style/system/index.html +++ b/files/fr/web/css/@counter-style/system/index.html @@ -67,7 +67,7 @@ system: extends decimal;

Syntaxe formelle

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

Exemples

-- cgit v1.2.3-54-g00ecf