make description links clickable #30

This commit is contained in:
ghost 2023-11-03 15:35:46 +02:00
parent ad5b075878
commit 6dcbd6de40
3 changed files with 23 additions and 3 deletions

View file

@ -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 %}