fix: Remove deprecated option in earmark call
This commit is contained in:
parent
0f88fcadb6
commit
305efc55a4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ defmodule Legendary.Content do
|
||||||
|
|
||||||
def process_content(text) do
|
def process_content(text) do
|
||||||
text
|
text
|
||||||
|> Earmark.as_html!(encode: false)
|
|> Earmark.as_html!()
|
||||||
end
|
end
|
||||||
|
|
||||||
# Include shared imports and aliases for views
|
# Include shared imports and aliases for views
|
||||||
|
|
Loading…
Reference in a new issue