-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestgathering-interestpossible new feature, would you like it ?possible new feature, would you like it ?
Description
It doesn't seem to support languages.
When I pass it Russian headers in the Gitlab mode, it converts them to empty strings.
# Раз
## Два
### Три
should generate:
<!-- TOC start (generated with https://github.com/derlin/bitdowntoc) -->
- [Раз](#раз)
* [Два](#два)
+ [Три](#три)
<!-- TOC end -->
but instead it produces this:
<!-- TOC start (generated with https://github.com/derlin/bitdowntoc) -->
- [Раз](#)
* [Два](#-1)
+ [Три](#-2)
<!-- TOC end -->
I was using the online converter here: https://derlin.github.io/bitdowntoc/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgathering-interestpossible new feature, would you like it ?possible new feature, would you like it ?
