1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #5953: Adds Markdown rendering of Custom Scripts' descriptions

This commit is contained in:
Martin Rødvand
2021-03-11 22:27:43 +01:00
parent 132b1ff479
commit d58291d119
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</div>
</div>
<h1>{{ script }}</h1>
<p>{{ script.Meta.description }}</p>
<p>{{ script.Meta.description|render_markdown }}</p>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active">
<a href="#run" role="tab" data-toggle="tab" class="active">Run</a>