diff --git a/apps/content/lib/content_web.ex b/apps/content/lib/content_web.ex index f9116be0..47d511af 100644 --- a/apps/content/lib/content_web.ex +++ b/apps/content/lib/content_web.ex @@ -42,7 +42,7 @@ defmodule Legendary.Content do def process_content(text) do text - |> Earmark.as_html!(encode: false) + |> Earmark.as_html!() end # Include shared imports and aliases for views