mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Added possibility to use notes without issue
This commit is contained in:
parent
9114abe919
commit
f4ca858571
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@
|
|||
{% if definitions[category]['showcontent'] %}
|
||||
{% for text, values in sections[section][category].items() %}
|
||||
- {{ text }}
|
||||
{{ values|join(', ') }}
|
||||
{% for value in values %}{% if value.isdigit() %} `#{{ value }} <https://github.com/aiogram/aiogram/issues/{{ value }}>`_
|
||||
{% endif %}{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue