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

Generate/update TOC doesn't respond #35

Open
Willowlark opened this issue Sep 19, 2017 · 5 comments · May be fixed by #92
Open

Generate/update TOC doesn't respond #35

Willowlark opened this issue Sep 19, 2017 · 5 comments · May be fixed by #92

Comments

@Willowlark
Copy link

Willowlark commented Sep 19, 2017

Clicking on the option does nothing in VSC. This is a recent issue, possibly a new update broke your code?
receives the error 'extension.updateMarkdownToc' failed

@Willowlark
Copy link
Author

Error identified: Using % for jekyll links causes it to fail. Kind of annoying if you want to link to another page in the header.

@eMerzh
Copy link

eMerzh commented Oct 13, 2017

yes got the same issue having a "%" in a title like this :

# Helloz %

then update / insert toc leads to

Running the contributed command:'extension.updateMarkdownToc' failed.

@rajinder-yadav
Copy link

Fails to generate a TOC on Linux, but works on MacOS.

@rajinder-yadav
Copy link

rajinder-yadav commented Jun 17, 2018

un-installing and reinstalling fixed the issue. Better to delete the extension folder manually and do a clean install.

@mcornella
Copy link

It fails on the decodeURI call because of a malformed %-encoding. I think the decodeURI call can be removed altogether, it was introduced in 768dc31 but without a clear reason why. anchor-markdown-header now supports emoji.

mcornella added a commit to mcornella/markdown-toc that referenced this issue Sep 23, 2020
@mcornella mcornella linked a pull request Sep 23, 2020 that will close this issue
mcornella added a commit to mcornella/markdown-toc that referenced this issue Nov 2, 2020
mcornella added a commit to mcornella/markdown-toc that referenced this issue Nov 2, 2020
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.

4 participants