Skip to content

Commit

Permalink
Remove comment on how to format code in comments (#174)
Browse files Browse the repository at this point in the history
Disqus changed their UI. It's unclear how to leave
code in comments. They have a toolbar that's hidden
by default. Enabling it, it has a code button but
it doesn't seem to work.

They have docs https://help.disqus.com/en/articles/1717235-comment-text-formatting
but they don't seem to work?
  • Loading branch information
greggman authored Sep 19, 2024
1 parent 12c9c53 commit f04a7a1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions webgpu/lessons/ko/langinfo.hanson
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=&template=request.md&title=">요청 사항</a> /
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">이슈</a> /
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">버그</a>
</div>
<div class="lesson-comment-notes">
코드 블럭의 경우 <b>&lt;pre&gt;&lt;code&gt;</b>코드<b>&lt;/code&gt;&lt;/pre&gt;</b>을 사용하세요.
</div>
`,
missing: `
Expand Down
3 changes: 0 additions & 3 deletions webgpu/lessons/langinfo.hanson
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>?
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>?
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?
</div>
<div class="lesson-comment-notes">
Use <b>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</b> for code blocks
</div>
`,
missing: `
Expand Down
3 changes: 0 additions & 3 deletions webgpu/lessons/uk/langinfo.hanson
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=&template=request.md&title=">Запит</a>?
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Проблема</a>?
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Помилка</a>?
</div>
<div class="lesson-comment-notes">
Use <b>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</b> for code blocks
</div>
`,
missing: `
Expand Down
3 changes: 0 additions & 3 deletions webgpu/lessons/zh_cn/langinfo.hanson
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
commentSectionHeader: `
<div>有疑问? <a href="https://stackoverflow.com/questions/tagged/webgpu">在stackoverflow上提问</a>.</div>
<div>Issue/Bug? <a href="https://github.com/webgpu/webgpufundamentals/issues">在GitHub上提issue</a>.</div>
<div class="lesson-comment-notes">
使用 <b>&lt;pre&gt;&lt;code&gt;</b> 代码 <b>&lt;/code&gt;&lt;/pre&gt;</b> 的格式编写代码块
</div>
`,
missing: `
本课程还没有简体中文版翻译哦 (~ ̄△ ̄)~\n\n
Expand Down

0 comments on commit f04a7a1

Please sign in to comment.