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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be nice to have syntax highlighting for code when viewing a snippet.
Something like https://github.com/highlightjs/highlight.js could work.
The language field could stay an input field, with some logic to see if the entered language = one of the supported aliases.
You could then have a line below the language field, something like:
Syntax highlighting provided by highlight.js. See the supported languages for valid options.
The alternative would be to make the language field a dropdown of supported languages, now that there are tags separately.
Thank you for a great project!
The text was updated successfully, but these errors were encountered:
That's perfect, thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It would be nice to have syntax highlighting for code when viewing a snippet.
Something like https://github.com/highlightjs/highlight.js could work.
The language field could stay an input field, with some logic to see if the entered language = one of the supported aliases.
You could then have a line below the language field, something like:
The alternative would be to make the language field a dropdown of supported languages, now that there are tags separately.
Thank you for a great project!
The text was updated successfully, but these errors were encountered: