We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41b45a commit e50c83bCopy full SHA for e50c83b
_layouts/advisory.html
@@ -60,4 +60,4 @@ <h3>PATCHED VERSIONS</h3>
60
61
<h3>DESCRIPTION</h3>
62
63
-<div class="advisory-description">{{ page.advisory.description }}</div>
+<p>{{ page.advisory.description | markdownify }}</p>
assets/bootstrap/css/custom.css
@@ -839,9 +839,3 @@ form.well {
839
.tooltip-inner {
840
max-width: 500px;
841
}
842
-
843
844
-/* ADVISORY DESCRIPTION */
845
-.advisory-description {
846
- white-space: pre-line;
847
-}
0 commit comments