-
In order to prevent Google Translate (and others, like Yandex for instance) from automatically translating a word/group of words or whatever inline block like
Would you have something in mind or in your tool belt to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
An option would be to use regular HTML (see below), but I would prefer wrapping this into a Markdown using an extension of some sort if possible. ... <span class="notranslate">these words won't be automatically translated</span> ... |
Beta Was this translation helpful? Give feedback.
-
👍 Thank you for the advice @squidfunk, will stick to using |
Beta Was this translation helpful? Give feedback.
An option would be to use regular HTML (see below), but I would prefer wrapping this into a Markdown using an extension of some sort if possible.