We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Impressive works!
It seems markvis use render() in the documention, my question is how to use it as markdown-it plugin as markdown-it-emoji, as following:
use(vis, options)
The text was updated successfully, but these errors were encountered:
use(vis).render(` your markdown content `, { d3, // in browser environment d3node // in node environment })
there are examples in the README and documentation.
Sorry, something went wrong.
Still use render(). It is more flexible just use options, cause markdown content is dynamically changes.
No branches or pull requests
Impressive works!
It seems markvis use render() in the documention, my question is how to use it as markdown-it plugin as markdown-it-emoji, as following:
The text was updated successfully, but these errors were encountered: