-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
code block bracket pair lines on certain characters #19
Comments
code-block is only documented from a sandbox experiment, and doesn't look like it made official documentation. (reading from the original rst project site) it only complicates things because if the user were to use conversion utilities, they shouldn't have to worry about directives that go out of the offficial specifications. there is "::" (which the vs-rst code doesn't support) and ".. code::". both ".. code::" and ".. code-block::" pass -- but I don't know why the latter is supported as it is not marked anywhere as part of any of the rst project documents. |
@tim-rackn i'm using v1.50(current latest) on linux here and I haven't seen that problem ... I think it helps easier to post the version that you're using for the programmers to verify against. |
Sorry about that....
|
@swestlake, I tried it with both I meant to provide a screenshot of what I see. Hope that helps some? I used code-block for lack of reading docs and because it was already in use for the docs I was editing. Thanks for the reminder to RTFM. I'm heading back to review reStructuredText documentation and will likely refactor that out everywhere in my docs in the meantime. |
Updated #19 (comment) to include plugin version running. |
These are causing the new bracket colorization to go wrong, and shouldn't be included in this list, as they're not technically brackets in the same way that ( and ) are brackets. Fixes #19.
Thanks for reporting, that looks super wonky. I haven't been using the bracket colorization, so I haven't noticed this. Fixed in #22 by removing backticks and | from the bracket list, they should just be treated as surrounding pairs. Thanks for the detailed report! |
These are causing the new bracket colorization to go wrong, and shouldn't be included in this list, as they're not technically brackets in the same way that ( and ) are brackets. Fixes #19.
Paste the following into a .rst file. Where there are two ` or two |, you will see bracket pair lines.
System info:
A/B Test
The text was updated successfully, but these errors were encountered: