-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ko] convert html to markdown (1) /web/javascript #1698
Conversation
@hochan222 There are currently not |
Preview URLs
FlawsNote! 3 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
External URLsURL:
URL:
URL:
URL: No new external URLs URL:
URL:
URL:
(this comment was updated 2021-07-26 19:20:39.418687) |
{{jsxref(Object.is)}} 대신 삼중 등호를 사용하는 경우 Caveat: Object.is and NaN
@mdn/yari-content-ko html을 markdown으로 변환시키는 첫번째 예시입니다. |
@hochan222 이 PR이 예시인지 실제로 병합될지는 모르겠지만 Git 히스토리가 날아가는 것은 좀 우려스럽습니다. mdn/content#6936 을 보시면
의 형태로 되어있음을 볼 수 있습니다. 여타 html -> md 변환 PR의 경우에도 동일한 절차를 취해야 하지 않을까 해요. (#1763) |
@alattalatta 알려주셔서 감사합니다. 중요한 점을 놓치고 있었네요.
동의합니다. 관련 지침은 따로 제가 만들겠습니다. 어쩌면 조금 성급했는지도 모르겠습니다. #1574 해당 PR처럼 관련 사전 작업도 시간을 내서 따로 해야겠네요. |
PR 목적
html을 markdown으로 변환하는 것에만 목적을 뒀습니다.
변환 방법 (yari)
느낀점
{{jsxref("Math")}}
와[Math](/ko/Core_JavaScript_1.5_Reference/Global_Objects/Math)
가 기준없이 무차별하게 쓰이고 있다.목록
참고
가독성 예시
변환 후 추가 변경사항
명령어 이후 아래는 추가적으로 진행한 정제작업을 나열했습니다. (중복된 작업은 작성하지 않았습니다.)
about_javascript
<sup>®</sup>
제거 (https://developer.mozilla.org/en-US/docs/MDN/Contribute/Markdown_in_MDN#superscript_and_subscript)<span style="line-height: 1.5;">기본적인 문법은 언어 학습에 필요한 새로운 개념 을 줄이기 위해 Java와 C++의 if문, for와 while문, switch문과 try...catch 구문을 사용하는 언어구조를 사용하며, 그와 같은 (거의 가까운) 동작을 한다.</span>
에서 span tag 제거. (Strip tags/strip attribute)<p style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px 0px 1.7em; padding-top: 0px;">
p tag 제거 GFM<a class="external" href="http://www.instantweb.com/%7Efoldoc/foldoc.cgi?query=procedural&action=Search">
을[]()
으로 변환 (GFM)<ul><li>
을-
로 변경 (GFM)<strong>호스트 객체</strong>
을****
로 변경 (GFM)<dl><dt>
(Description lists)/web/javascript/closures
<pre>
tag를 js code를 나타내는 용도로 쓰였는데 markdown js code로 변환이 되지않고, 평문으로 변환된다.<pre class="brush: js">
class name이 없음 [Markdown] Decide how to represent code blocks content#3512<font face="consolas, Liberation Mono, courier, monospace"> </font>
<a href="http://www.google.com/search?q=javascript+module+pattern" title="http://www.google.com/search?q=javascript+module+pattern">모듈 패턴</a>
[모듈 패턴](http://www.google.com/search?q=javascript+module+pattern "http://www.google.com/search?q=javascript+module+pattern")
[]()
syntax in markdown. (h2m converter) yari#4320/web/javascript/data_structures
2<sup>53</sup> -1
를2^53 -1
로 변경/en-US/docs/Storage
페이지 없음. 링크 깨짐/en-US/docs/Storage
link broken, /Web/JavaScript/data_structures content#7300/en-US/docs/Web/API/Web_Storage_API
/web/javascript/equality_comparisons_and_sameness
<div class="summary">
가 있을경우 class 속성을 없애야 정상적인 변환이 이뤄진다./web/javascript/eventloop
<img alt="Stack, heap, queue" src="/files/4617/default.svg" style="height: 270px; width: 294px;">
![Stack, heap, queue](the_javascript_runtime_environment_example.svg)
로 변경/web/javascript/a_re-introduction_to_javascript
<h2 id=".EA.B0.9C.EC.9A.94" name=".EA.B0.9C.EC.9A.94">개요</h2>
버그