Azure Custom Translator incorrectly handles Markdown files
Using the custom translator I'm finding multiple issues with Markdown.
When the targets are created, make sure that in **Type** you select **Mobile**.
gets translated to Cuando se crean los objetivos, asegúrese ** de que en Tipo ** seleccione **Mobile**.
. As you can see the bold text of Type is lost (only the word Tipo has to be inside the bold marks, not de que en Tipo
).
Result:
When the targets are created, make sure that in Type you select Mobile
Cuando se crean los objetivos, asegúrese ** de que en Tipo ** seleccione Mobile
The no-loc
flag extension is translated from :::no-loc...
to ::no-loc...
(it looses one double dot).
|-|-|
| :::no-loc text="TEST"::: | Number of weekly services |
| :::no-loc text="AVGBORN"::: | Total born average |