Explorar el Código

Clarify outcome of the guideline

Alois Mahdal hace 11 años
padre
commit
2175a2de32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      guidelines/markdown.md

+ 1
- 1
guidelines/markdown.md Ver fichero

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.