Pārlūkot izejas kodu

Update README.md

Björn Ritzl 2 gadi atpakaļ
vecāks
revīzija
eeb37fb372
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -67,3 +67,17 @@ References to Defold API functions, messages or ids should not be translated:
 
 #### Do NOT translate code snippets
 Comments in code snippets should not be translated
+
+
+#### Do NOT translate special markup
+The `::: sidenote` and `::: Important` markup should not be translate (although the content inside should of course still be translated):
+
+```
+::: sidenote
+This text inside the sidenote should be translated but NOT 'sidenote' above
+:::
+
+::: important
+This text inside important note should be translated but NOT 'important' above
+:::
+```