Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: is it possible to use selected features? #106

Closed
alexanderadam opened this issue Mar 4, 2020 · 2 comments
Closed

Question: is it possible to use selected features? #106

alexanderadam opened this issue Mar 4, 2020 · 2 comments

Comments

@alexanderadam
Copy link

alexanderadam commented Mar 4, 2020

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.

@yuin
Copy link
Owner

yuin commented Mar 4, 2020

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.

@alexanderadam
Copy link
Author

Awesome, thank you very much! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants