diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 13:17:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 13:17:06 -0400 |
commit | 2f530bed8ebb6853b8c033979ef956575100bdf4 (patch) | |
tree | aada0a33b9db7b4d69f5165f479b89b830e1afa8 /files/ko/mdn/structures/macros/index.html | |
parent | 1fef15f08f6d16b320c6d36e9c359be0dae917a6 (diff) | |
download | translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.gz translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.bz2 translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.zip |
remove link 'title' attributes that's just the 'href' (ko, part 3) (#1742)
Diffstat (limited to 'files/ko/mdn/structures/macros/index.html')
-rw-r--r-- | files/ko/mdn/structures/macros/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/mdn/structures/macros/index.html b/files/ko/mdn/structures/macros/index.html index 13bf3803ef..8882255eb2 100644 --- a/files/ko/mdn/structures/macros/index.html +++ b/files/ko/mdn/structures/macros/index.html @@ -15,7 +15,7 @@ translation_of: MDN/Structures/Macros <h2 id="매크로가_구현되는_법">매크로가 구현되는 법</h2> -<p>MDN의 매크로는 서버에서 실행되는 <a href="/ko/docs/Web/JavaScript">JavaScript</a> 코드로 구현되고, <a href="http://nodejs.org/" title="http://nodejs.org/">Node.js</a>를 사용하여 해석됩니다. 그 위에 우리가 구현한 위키 중심 서비스 및 매크로를 위키 플랫폼 및 그 콘텐츠와 상호 작용하게 하는 기능을 제공하는 많은 라이브러리가 있습니다. 더 배우고 싶다면, <a href="/ko/docs/MDN/Contribute/Tools/KumaScript" title="KumaScript guide">KumaScript 안내서</a>를 참조하세요.</p> +<p>MDN의 매크로는 서버에서 실행되는 <a href="/ko/docs/Web/JavaScript">JavaScript</a> 코드로 구현되고, <a href="http://nodejs.org/">Node.js</a>를 사용하여 해석됩니다. 그 위에 우리가 구현한 위키 중심 서비스 및 매크로를 위키 플랫폼 및 그 콘텐츠와 상호 작용하게 하는 기능을 제공하는 많은 라이브러리가 있습니다. 더 배우고 싶다면, <a href="/ko/docs/MDN/Contribute/Tools/KumaScript" title="KumaScript guide">KumaScript 안내서</a>를 참조하세요.</p> <h2 id="콘텐츠에_매크로_사용하기">콘텐츠에 매크로 사용하기</h2> |