put emoji shortcodes in code blocks in guide

This commit is contained in:
Lera Elvoé 2025-07-06 19:47:05 +03:00
parent 80fec756a9
commit e60c74a90f
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -43,7 +43,7 @@
</tr> </tr>
{% for emoji in __emoji %} {% for emoji in __emoji %}
<tr> <tr>
<td>:{{ emoji }}:</td> <td>{{ ("[code]:%s:[/code]" % emoji) | babycode | safe }}</td>
<td>{{ __emoji[emoji] | safe }}</td> <td>{{ __emoji[emoji] | safe }}</td>
</tr> </tr>
{% endfor %} {% endfor %}