Files
edx-platform/lms/templates/wiki/includes/editor_widget.html
2018-07-10 11:00:12 +05:00

8 lines
358 B
HTML

{% load i18n %}
<p id="hint_id_content" class="help-block">
{% blocktrans with start_link="<a id='cheatsheetLink' href='#cheatsheetModal' rel='leanModal'>" end_link="</a>" trimmed %}
Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
{% endblocktrans %}
</p>
<textarea {{ attrs }}>{{ content }}</textarea>