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

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.

Results 56 markdown-toc issues
Sort by recently updated
recently updated
newest added

i am on mac, and when i populate new toc, it produces 1 line code instead of line break properly. vsc was on LF mode

### Example of creating TOC autoauto- [LimeAPIClient](#limeapiclient)auto - [Содержание](#содержание)auto - [Установка](#установка)auto - [Кэширование запросов](#кэширование-запросов)auto - [Интервал времени ожидания запроса](#интервал-времени-ожидания-запроса)auto - [Примеры использования](#примеры-использования)auto - [Конфигурирование клиента](#конфигурирование-клиента)auto - [Пример cоздания новой сессии](#пример-cоздания-новой-сессии)auto...

When using insertAnchor:true the generated anchor tags have different ID & name attribute values. The link points to the name value, not the ID value. This causes validation errors on...

When using insertAnchor:true the anchor tags are inserted on a line directly above the header line. For example: ```markdown #### Theatres. Clubs. Churches. Schools. ``` This causes a linter error...

Get this error if I try to update the TOC. Tested on 2 VSC 1.19.2 installations on OSX 10.13.2. ``` messageService.ts:126 command 'extension.updateMarkdownToc' not found e.doShow @ messageService.ts:126 e.show @...

question

Given this example: ```md # Markdown TOC Demo ## Title 1 ## Title 2 ### Title 3 ``` And after `Markdown TOC: Insert/Update`: ```md # Markdown TOC Demo autoauto- [Markdown...

It's is used `-` for now for items. Is it possible to use `*` for example?

This PR introduces the following: 1. Refresh VSC extension development environment (basically make it as if the extension was just generated via the yeoman code extension generator). - Add eslint...

I'm having an issue where each line in the TOC is prefixed with the text "auto". It seems like the text "auto" is inserted instead of linebreaks. Sample output: ```html...

Here's a demo of the issue. Note that the 1st and 2nd items have the same (#value): \ \- \[Item](#item) \- \[item](#item) \- \[item](#item-1) \ \# Item \# item \#...