huntertran / markdown-toc

Auto MarkdownTOC (Table Of Contents) plugin for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc
MIT License
38 stars 25 forks source link

Can't set bulletCharacter to * #21

Closed mook-as closed 4 years ago

mook-as commented 4 years ago

When using the inline options, I can't seem to set bulletCharacter to *.

Test case:

<!-- TOC bulletCharacter:* -->
<!-- /TOC -->
# Heading
## Subheading

Expected results:

* [Heading](#heading)
    * [Subheading](#subheading)

Actual results:

- [Heading](#heading)
    - [Subheading](#subheading)
Installed extension version ``` Name: Auto Markdown TOC Id: huntertran.auto-markdown-toc Description: Markdown TOC (Table Of Contents) Plugin for Visual Studio Code. Version: 3.0.3 Publisher: Hunter Tran VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc ```

(Apologies for the terrible initial bug report, I fat-fingered and pressed Enter accidentally.)

huntertran commented 4 years ago

Thank you for reporting the bug. Currently, I busy with my studies. Any pull-request is welcome 😄 Otherwise, I will come back to this when I have spare time

huntertran commented 4 years ago

the updated code was released