We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cafc2 commit e450dbeCopy full SHA for e450dbe
draceditor/templates/draceditor/guide.html
@@ -1,5 +1,4 @@
1
-{% load i18n %}
2
-{% load static %}
+{% load i18n static %}
3
<div class="ui medium modal scrolling transition modal-help-guide">
4
<i class="close icon"></i>
5
<div class="header"><i class="help circle icon"></i> {% trans "Markdown Guide" %}</div>
@@ -85,7 +84,7 @@
85
84
<td>![Image][1]<br> ⁝<br> [1]: http://url/b.jpg</td>
86
<td>Ctrl+Shift+I</td>
87
<td>Command+Option+I</td>
88
- <td><img src="{% static 'plguins/images/commonmark.png' %}" width="36" height="36" alt="Markdown"></td>
+ <td><img src="{% static 'plugins/images/commonmark.png' %}" width="36" height="36" alt="Markdown"></td>
89
</tr>
90
<tr>
91
<td>> Blockquote</td>
0 commit comments