Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

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

Open
chess99 opened this issue Nov 28, 2019 · 1 comment · May be fixed by #92
Open

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

chess99 opened this issue Nov 28, 2019 · 1 comment · May be fixed by #92

Comments

@chess99
Copy link

chess99 commented Nov 28, 2019

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

@mcornella
Copy link

Can't reproduce in #92.

@mcornella mcornella linked a pull request Sep 23, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants