diff --git a/app/views/wiki/articles/show.html.erb b/app/views/wiki/articles/show.html.erb index 95e3587d4..931ba4f31 100644 --- a/app/views/wiki/articles/show.html.erb +++ b/app/views/wiki/articles/show.html.erb @@ -16,8 +16,6 @@ - <%= render "open_ai/ai_prompt" if @article.category.title == "Actions" || @article.category.title == "Values" %> -
<%= sanitized_markdown(@article.content || "_This article does not yet have a description_", rendererOptions: { header_anchors: true }) %>