markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

混合使用 ~~~ 和 ``` 时TOC生成异常

Open chess99 opened this issue 5 years ago • 1 comments

markdown文件内容如下时:

# diagram

## sequence
~~~
​```sequence
```
~~~

## flow
~~~
```flow
```
~~~

## flowchart
xxx

生成的TOC为:

- [diagram](#diagram)
  - [sequence](#sequence)
  - [flowchart](#flowchart)

vscdoe devtools里报错:

[AlanWalk.markdown-toc] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for '[markdown]', provide the URI of a resource or 'null' for any resource.

Markdown TOC version: 1.5.6 vscode version: 1.40.1

chess99 avatar Nov 28 '19 15:11 chess99

Can't reproduce in #92.

mcornella avatar Sep 23 '20 22:09 mcornella