fix: Remove deprecated option in earmark call

This commit is contained in:
Robert Prehn 2021-07-02 14:01:28 -05:00
parent 0f88fcadb6
commit 305efc55a4

View file

@ -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