webstorm markdown: errors inside code block
I'm inserting code block to markdown file and see errors in code in Problems tab
My "Languages & Frameworks > Markdown - Show errors in code fences" is unchecked.
Is it possible to hide errors in code blocks for markdown files?
请先登录再写评论。
You can disable injecting code in code fences to avoid this
But why can't you inject the right language instead, i.e. use
```typescript
rather then
```javascript
>>"You can disable injecting code in code fences "
How I can do this ?
My "Languages & Frameworks > Markdown - Show errors in code fences" is unchecked (before I made a screenshot).
You can do this by disabling the Languages & Frameworks > Markdown - Inject languages in code fences