Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need an option to set listitemchars. #33

Closed
wsdjeg opened this issue Sep 5, 2017 · 0 comments · Fixed by #34
Closed

need an option to set listitemchars. #33

wsdjeg opened this issue Sep 5, 2017 · 0 comments · Fixed by #34

Comments

@wsdjeg
Copy link
Contributor

wsdjeg commented Sep 5, 2017

@mzlogin in spacevim, we use remark to format markdwon file. vim-markdown-toc generate toc like

<!-- vim-markdown-toc GFM -->

* [安装](#安装)
* [更新](#更新)
* [文档](#文档)
    * [核心思想](#核心思想)
        * [记忆辅助](#记忆辅助)
        * [可视化交互](#可视化交互)
        * [一致性](#一致性)
        * [社区驱动](#社区驱动)

<!-- vim-markdown-toc -->

but after using remark formatting current buffer, the toc change to

<!-- vim-markdown-toc GFM -->

- [安装](#安装)
- [更新](#更新)
- [文档](#文档)
  - [核心思想](#核心思想)
    - [记忆辅助](#记忆辅助)
    - [可视化交互](#可视化交互)
    - [一致性](#一致性)
    - [社区驱动](#社区驱动)

<!-- vim-markdown-toc -->

we need an option to keep the same format. I will try to add this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant