mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
609 stars 59 forks source link

Add a range of Kana characters #67

Closed raimon49 closed 4 years ago

raimon49 commented 4 years ago

Hi, Thanks for the great plugin.

In the Japanese language, the characters are called "Kana" characters. For example, the famous character Hatsune Miku.

I hope this plugin also supports Kana characters.

Before:

# About Hatsune Miku

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

* [初音ミクV3について](#初音v3)

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

## 初音ミクV3について

After:

# About Hatsune Miku

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

* [初音ミクV3について](#初音ミクv3について)

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

## 初音ミクV3について
mzlogin commented 4 years ago

Thanks for your PR!