From a3f072ea8d82dacf5087722642c8b7eff4c4e812 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 10 Jun 2024 12:44:00 -0700 Subject: [PATCH] chore: cleanup --- src/pages/main/watching/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main/watching/show.html b/src/pages/main/watching/show.html index 44835a05..7cf50cc3 100644 --- a/src/pages/main/watching/show.html +++ b/src/pages/main/watching/show.html @@ -41,5 +41,5 @@ schema: show {{ show.review | markdown }}
{% endif %} - {% if show.description %}{{ show.description }}{% endif %} + {% if show.description %}{{ show.description | markdown }}{% endif %} \ No newline at end of file