yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.93k stars 325 forks source link

Wrong letter for İ when generating TOC. #1454

Open setanarut opened 3 months ago

setanarut commented 3 months ago

What's the problem

Wrong letter for İ when generating TOC. When the header contains the letter İ, this is generated as (double dots). Should be i (lower case) or İ (upper case) in Turkish language.

Ekran Resmi 2024-08-12 02 43 51

What's the expected result

Expected result:

* [İ](#i)

# İ

or

* [İ](#İ)

# İ

How to reproduce

  1. Write a title that includes the letter İ.
  2. -> Markdown All in One: Create Table of Contents

Other information

Turkish language: İ (upper case) i (lower case)