It turns out that a lot of the detailed descriptions can benefit
from things like paragraphs and some formatting, so it is better
to render it in markdown.
This does not show the markdown in a preview view due to a bunch
of reasons, but future work can improve upon that.
{%extends "base/page.html"%}
+{%load pgmarkdown%}
{%block title%}CVE-{{ security_patch.cve }}: {{ security_patch.description }}{%endblock%}
{%block contents%}
<h3>{{ security_patch.description }}</h3>
{% if security_patch.details %}
-<p>{{ security_patch.details }}</p>
+{{ security_patch.details|markdown }}
{% endif %}
<h2>Version Information</h2>