Vscode-markdown: Omit in toc does not work

Created on 21 Jul 2019  ·  1Comment  ·  Source: yzhang-gh/vscode-markdown

If try to omit a headline in the toc it still gets added:

````md

Test

Table of contents

Additional topics

  • a
  • b
  • c
  • d

Foobar

Lorep

Additional topics

  • a
  • b
  • c
  • d
    ````

The <!-- omit in toc --> doesn't seem to have an effect.

I use v2.4.1 with githup compatibility mode + lowercase toc.

Bug

Most helpful comment

Thanks for the feedback. That was because it was removed as HTML comment (v2.4.1).

It should be fixed with v2.4.2 now.

>All comments

Thanks for the feedback. That was because it was removed as HTML comment (v2.4.1).

It should be fixed with v2.4.2 now.

Was this page helpful?
0 / 5 - 0 ratings