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