Skip to content
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

core: add help for youku video support #877

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ui-default/templates/wiki_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ <h1 class="section__title" id="markdown" data-heading>{{ _('Markdown') }}</h1>
<li>使用 <code>@[video](https://.../a.mp4)</code> 嵌入视频文件。</li>
<li>使用 <code>@[bilibili](BVxxx)</code> 嵌入站外视频。</li>
<li>使用 <code>@[pdf](https://.../a.pdf)</code> 嵌入 PDF 文件。</li>
<li>使用 <code>@[youku](网址中 id_ 后的内容)</code> 嵌入站外视频。</li>
<li>在题目/比赛/作业/训练中,可使用 <code>file://文件名</code> 的链接格式引用对应的附件。(推荐)</li>
<li>支持使用一部分 HTML 标签。</li>
</ul>
Expand Down
Loading