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
I'd like to swap out highlight.js for Prism.js, as Prism has better syntax-highlighting / ASTs than highlight does.
I just need highlight disabled, and Prism can be loaded manually, and it's apis can be invoked manually if needed. :)
I see Highlight is used here:
ember-code-snippet/app/components/code-snippet.js
Line 5 in dd00ef1
could this be optional?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to swap out highlight.js for Prism.js, as Prism has better syntax-highlighting / ASTs than highlight does.
I just need highlight disabled, and Prism can be loaded manually, and it's apis can be invoked manually if needed. :)
I see Highlight is used here:
ember-code-snippet/app/components/code-snippet.js
Line 5 in dd00ef1
could this be optional?
The text was updated successfully, but these errors were encountered: