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/fa/web/css/margin | |
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/fa/web/css/margin')
-rw-r--r-- | files/fa/web/css/margin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fa/web/css/margin/index.html b/files/fa/web/css/margin/index.html index 2036d54934..99ad6b8b4e 100644 --- a/files/fa/web/css/margin/index.html +++ b/files/fa/web/css/margin/index.html @@ -52,7 +52,7 @@ margin: وارث; <h3 dir="rtl" id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox" dir="rtl">{{csssyntax("margin")}}</pre> +{{csssyntax("margin")}} <h2 dir="rtl" id="Examples">Examples</h2> |