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/ko/web/css/_doublecolon_before/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web/css/_doublecolon_before/index.html') diff --git a/files/ko/web/css/_doublecolon_before/index.html b/files/ko/web/css/_doublecolon_before/index.html index 211107af88..5af895a0e7 100644 --- a/files/ko/web/css/_doublecolon_before/index.html +++ b/files/ko/web/css/_doublecolon_before/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/::before'

구문

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

참고: 의사 클래스의사 요소를 구분하기 위해 CSS3부터::before 구문을 도입했습니다. 그러나 브라우저는 CSS2 구문인 :before도 허용합니다.

-- cgit v1.2.3-54-g00ecf