put emoji shortcodes in code blocks in guide
This commit is contained in:
parent
80fec756a9
commit
e60c74a90f
@ -43,7 +43,7 @@
|
||||
</tr>
|
||||
{% for emoji in __emoji %}
|
||||
<tr>
|
||||
<td>:{{ emoji }}:</td>
|
||||
<td>{{ ("[code]:%s:[/code]" % emoji) | babycode | safe }}</td>
|
||||
<td>{{ __emoji[emoji] | safe }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user