feat(core): Disable HTML tag rendering for markdown
ref: #284 closes #271
This commit is contained in:
@ -49,7 +49,7 @@ class Markdown:
|
||||
|
||||
md = (
|
||||
MarkdownIt(
|
||||
config = "commonmark",
|
||||
config = "js-default",
|
||||
options_update={
|
||||
'linkify': True,
|
||||
'highlight': self.highlight_func,
|
||||
|
Reference in New Issue
Block a user