diff --git a/templates/page.html b/templates/page.html index ff4ef34..b460aa6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -134,9 +134,14 @@ {% if page.extra.tldr %} -
-

TL;DR:

-

{{ page.extra.tldr }}

+
+
+
+ + TL;DR + +

{{ page.extra.tldr | markdown | safe }}

+
{% endif %}