mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 04:08:57 +02:00
Parse markdown in homepage banner.
This commit is contained in:
parent
8cfaee5c62
commit
3c16632a89
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% if banner is not empty %}
|
||||
<hr>
|
||||
<div>
|
||||
<h5>{{ banner }}</h5>
|
||||
<h5>{{ banner | markdown }}</h5>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue