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:

  1. open SublimeText
  2. install anaconda package
  3. create a new document and set syntax highlighting to markdown
  4. paste the following content
a **paragraph**

```python
# some python code
a = 3
```
  1. 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