-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hi DeepL,
your Python library is great. Since I am using your library to translate some of my articles of my blog, I would like to inform you of some issues. My articles are in the markdown format (. md). When I translate markdown files I often encounter that DeepL does not preserve the formatting. Sometimes, parts of the sentence are repeated in the target language (I suppose because of a new line in the original document). I tried different settings in the Python library but none got it completely right.
Therefore, I would like to ask you to look into making translation of markdown documents better. I am sure this problem also encounter other people, and especially for technical programming documents and websites, markdown is often used. These clients would also benefit hugely from your improvements.
BTW: GitHub has a spec of their own flavor of markdown here: https://github.github.com/gfm/
Thanks! :)