Browse Source

Clarify outcome of the guideline

Alois Mahdal 9 years ago
parent
commit
2175a2de32
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      guidelines/markdown.md

+ 1
- 1
guidelines/markdown.md View File

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.