Regular markdown links not working with non-latin chars
rinpatch opened this issue · 3 comments
rinpatch commented
Some zettels in my zettelkasten have ids in Russian, however it seems like whatever is used to transform markdown links only handles paths with latin characters and leaves everything else as-is. It would be nice if non-latin charachters were allowed or a warning was printed if that is impossible.
Neuron version: 1.0.1.0
Steps to reproduce:
- Create a file named
тест.md
- Link to it from another zettel like so
[test](./тест.md)
- Generate the static site with
neuron rib
Expected behavior: the generated HTML for the zettlel has a link to тест.md
Actual behavior: the link is left as if it was plaintext
srid commented
Does it work for [[тест]]
?
rinpatch commented
Yeah, it does