zero-md icon indicating copy to clipboard operation
zero-md copied to clipboard

Cyrillic anchor links doesn't works

Open ulbwa opened this issue 2 years ago • 2 comments

If you use the headers in Cyrillic, the anchor links written to them will not scroll the page to the desired h tag.

[latin anchor link works](#latin-header)

[cyrillic anchor link doesn't works](#кириллический-заголовок)

# Latin header

some text
 
# Кириллический заголовок

some text

ulbwa avatar Apr 01 '23 08:04 ulbwa

Thanks for the report - I should really look into supporting non-latin characters.

zerodevx avatar Apr 04 '23 08:04 zerodevx

Marking this as an enhancement because slugification is in the remit of markedjs: https://marked.js.org/using_pro#renderer

Might add first class support in a future release.

zerodevx avatar Jun 27 '23 11:06 zerodevx