diff --git a/app/templates/ipam/subnet_view.html b/app/templates/ipam/subnet_view.html index c0b91a5..29fc49b 100644 --- a/app/templates/ipam/subnet_view.html +++ b/app/templates/ipam/subnet_view.html @@ -1,4 +1,5 @@ {% extends "layout.html" %} +{% from "components/markdown_content.html" import render_markdown, render_markdown_with_truncate %} {% block content %}
@@ -181,7 +182,7 @@
{% if app.documentation %} - {{ app.documentation|markdown|truncate(300, true) }} + {{ render_markdown_with_truncate(app.documentation) }} Read more {% else %}

No documentation available for this application.