mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add clickable links support for software info
This commit is contained in:
parent
2afaf2f618
commit
110976c619
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@
|
||||||
{{ 'Software' | trans }}
|
{{ 'Software' | trans }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ file.software }}
|
{{ file.software | url_to_markdown | markdown_to_html }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue