diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-15 18:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:56:01 +0100 |
commit | 1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch) | |
tree | 032aa6be1de60c220df8cf308806e05532f58aec /files/ru/web/css/@counter-style | |
parent | 8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff) | |
download | translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2 translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip |
remove pre for CSSSyntaxd (#175)
```
s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g
```
Diffstat (limited to 'files/ru/web/css/@counter-style')
-rw-r--r-- | files/ru/web/css/@counter-style/additive-symbols/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/css/@counter-style/index.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/files/ru/web/css/@counter-style/additive-symbols/index.html b/files/ru/web/css/@counter-style/additive-symbols/index.html index 97570d3e45..b56b93fab9 100644 --- a/files/ru/web/css/@counter-style/additive-symbols/index.html +++ b/files/ru/web/css/@counter-style/additive-symbols/index.html @@ -20,7 +20,7 @@ additive-symbols: 3 "0", 2 url(symbol.png); <h3 id="Формальный_синтаксис">Формальный синтаксис</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Example" name="Example">Пример</h2> diff --git a/files/ru/web/css/@counter-style/index.html b/files/ru/web/css/@counter-style/index.html index d93ef88d12..bb3a3a6856 100644 --- a/files/ru/web/css/@counter-style/index.html +++ b/files/ru/web/css/@counter-style/index.html @@ -82,8 +82,7 @@ translation_of: Web/CSS/@counter-style <h3 id="Формальный_синтаксис" style="">Формальный синтаксис</h3> -<pre class="syntaxbox">{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Примеры" style="">Примеры</h2> |