adobe / theblog

Apache License 2.0
7 stars 14 forks source link

Add support for non latin author names #643

Closed tripodsan closed 3 years ago

tripodsan commented 3 years ago

since all urls need to latin characters, it's not possible to use a non latin author name. it should be possible to create a link, like:

---

by [우미영](/ko/mary-woo.html)

Posted on 03-15-2021

---

in the author front matter, but this doesn't work currently. the markdown always only contains the text:

---

by 우미영

Posted on 03-15-2021
tripodsan commented 3 years ago

see https://github.com/adobe/theblog/issues/535#issuecomment-773896050