mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 22:15:36 +01:00
Parse markdown in homepage banner.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% if banner is not empty %}
|
||||
<hr>
|
||||
<div>
|
||||
<h5>{{ banner }}</h5>
|
||||
<h5>{{ banner | markdown }}</h5>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user