How to only allow a subset of Markdown to be converted to HTML? #320
Unanswered
dustinmoris
asked this question in
Q&A
Replies: 1 comment
-
That's not possible. Workaround I can come up is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to configure goldmark so that only a subset of Markdown elements get converted to HTML? For instance if I only configure that bold text and lists should work then this input:
Then I'd expect this output:
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions