You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goldmark.Markdown is just a facade to provide easy way for most users.
As you can see in here, it performs with default parsers and default renders. Instead of this, You can create parser.Parser that consist of certain renderer you want.
Hi @yuin,
this is rather just a question than a issue report:
Is it possible with goldmark to use less or just a single markdown feature for certain cases?
I'm asking because it could be relevant for a feature where just backticks (
`foo`
➡️foo
) should be converted.The text was updated successfully, but these errors were encountered: