admin管理员组文章数量:1289951
When writing python code blocks in a markdown file, the anaconda linting shows up for the whole document. Which results in a lot of white rectangles around markdown text.
- Is anyone aware of a way to disable anaconda linting for markdown files ? (I'm aware of the
Anaconda: Disable linting on this file
option, I'm looking for a permanent solution) - Do you know whether this could be solve in anaconda package or in the ST markdown syntax-highlihting mechanism or in the ST linting mechanism
Steps to reproduce:
- open SublimeText
- install
anaconda
package - create a new document and set syntax highlighting to markdown
- paste the following content
a **paragraph** ```python # some python code a = 3 ```
- the non python lines are surrounded by a white rectangle, whereas they should not be.
本文标签: syntax highlightingHow to disable anaconda linting in markdown39s python code blockStack Overflow
版权声明:本文标题:syntax highlighting - How to disable anaconda linting in markdown's python code block - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741448736a2379360.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论