Procházet zdrojové kódy

Clarify outcome of the guideline

Alois Mahdal před 11 roky
rodič
revize
2175a2de32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      guidelines/markdown.md

+ 1
- 1
guidelines/markdown.md Zobrazit soubor

63
 
63
 
64
  *  For IT-related texts, variable names, underscores, tool names,
64
  *  For IT-related texts, variable names, underscores, tool names,
65
     filenames are considered as "jargon", which falls into the typical
65
     filenames are considered as "jargon", which falls into the typical
66
-    case for emphasized text.
66
+    case for emphasized text.  Therefore, use `*myvar*` or `*mytool*`.
67
 
67
 
68
  *  However, if the text is (or should be, by author's opinion)
68
  *  However, if the text is (or should be, by author's opinion)
69
     represented as code, backticks may be better choice.
69
     represented as code, backticks may be better choice.