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
This does not result in any highlighting:
```yaml neutron-api: charm: cs:xenial/neutron-api num_units: 1 bindings: public: public-space ```
The last line is just backticks. I just don't know how to render them in this comment box.
The text was updated successfully, but these errors were encountered:
You can indent the entire fenced block (including the backtick lines) with 4 spaces. That way you won't need any escaping for the backticks.
Example:
``` foobar ```
Sorry, something went wrong.
Hey, this is a simple bug due to us using a really old version of highlight.js. These are the only supported languages:
coffeescript apache http cs java sql nginx xml diff javascript bash objectivec markdown json python ruby cpp css php perl ini makefile
We should start using newer hljs.
No branches or pull requests
This does not result in any highlighting:
The last line is just backticks. I just don't know how to render them in this comment box.
The text was updated successfully, but these errors were encountered: