Links in Markdown syntax and how to localize them
Localization matters Let me start with something you will hear a lot from me: Localization is much more than just translating. It is not a fancy word, it is simply more than just translating. When localizing websites, you need to know the language or syntax used (HTML, Markdown, etc.) in order to correctly localize different elements, such as links, snippets, formatting tags, and so on. Links in Markdown syntax An error I see quite often is the incorrect localization of links written in Markdown syntax, which look like this:This is a sentence [with a hyperlinked text](URL the link directs to).This…
