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
Code blocks do not currently highlight directives, and instead highlight them as part of the code block, e.g.:
.. code:: c :number-lines: 10 int main() {}
This is primarily an issue when using a language-specific syntax highlight inside of a code block.
The text was updated successfully, but these errors were encountered:
FWIW this is not specific to code blocks, other directives can contain options such as
.. image:: picture.jpeg :height: 100px :width: 200 px :scale: 50 % :alt: alternate text :align: right
(http://docutils.sourceforge.net/docs/ref/rst/directives.html#image)
It would be nice if these options were highlighted separately.
Sorry, something went wrong.
No branches or pull requests
Code blocks do not currently highlight directives, and instead highlight them as part of the code block, e.g.:
This is primarily an issue when using a language-specific syntax highlight inside of a code block.
The text was updated successfully, but these errors were encountered: