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/ko/web/css/_doublecolon_after/index.html | |
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/ko/web/css/_doublecolon_after/index.html')
-rw-r--r-- | files/ko/web/css/_doublecolon_after/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/css/_doublecolon_after/index.html b/files/ko/web/css/_doublecolon_after/index.html index 30f44876f7..4e31f6248c 100644 --- a/files/ko/web/css/_doublecolon_after/index.html +++ b/files/ko/web/css/_doublecolon_after/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/::after' <h2 id="구문">구문</h2> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p><strong>참고:</strong> <a href="/ko/docs/Web/CSS/Pseudo-classes">의사 클래스</a>와 <a href="/ko/docs/Web/CSS/Pseudo-elements">의사 요소</a>를 구분하기 위해 CSS3부터<code>::after</code> 구문을 도입했습니다. 그러나 브라우저는 CSS2 구문인 <code>:after</code>도 허용합니다.</p> |