Closed
Description
Hi,
I would like to allow the possibility of inlining HTML in Markdown. I understand you disable this for security reason I guess but can it be made configurable somehow?
I changed the code in nextjournal/markdown/parser.clj
at line 415 with:
(defmethod apply-token "html_block" [doc {inlined-html :content}] (push-node doc {:type :text :text inlined-html}))
and it works great.
What do you think?
Thanks for that well-designed and very useful lib.
Jérémie.
Metadata
Metadata
Assignees
Labels
No labels