Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
Sorry for rather simple question but I cannot find details on this anywhere. I am unable to generate a toc in the pdf. I ran the following commands: 1. `npm install markdown-it --save` 2. `npm i markdown-it-table-of-contents --save` The `markdownConverter.Parser.Toc.Indicator` is the default `^\[\[\s*toc\s*\]\]` When I convert the following ``` Table Of Contents [[toc]] # 12 # we ### sdf ``` It looks like this:  Also, I am new to npm. After running those commands above, a `node_modules` folder was created in my working directory as well as a `package-lock.json` and a `package.json`. Is this correct? Thx
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by karmeye and has received 16 comments.