mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
make description links clickable #30
This commit is contained in:
parent
ad5b075878
commit
6dcbd6de40
3 changed files with 23 additions and 3 deletions
|
|
@ -226,7 +226,7 @@
|
|||
{{ 'Source' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
{{ file.source }}
|
||||
{{ file.source | url_to_markdown | markdown_to_html }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
{{ 'Comment' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
{{ file.comment | nl2br }}
|
||||
{{ file.comment | url_to_markdown | markdown_to_html }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue