Skip to content

Commit d273272

Browse files
committed
update sanitize opts
1 parent ec95b58 commit d273272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/shared/markdown.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule Algora.Markdown do
2323
unsafe_: true
2424
],
2525
features: [
26-
sanitize: true,
26+
sanitize: MDEx.default_sanitize_options(),
2727
# TODO: sanitize and syntax_highlight_theme are currently incompatible
2828
# since sanitization strips out the syntax highlighting classes
2929
syntax_highlight_theme: "github_dark"

0 commit comments

Comments
 (0)