浏览代码

Clarify outcome of the guideline

Alois Mahdal 10 年前
父节点
当前提交
2175a2de32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      guidelines/markdown.md

+ 1
- 1
guidelines/markdown.md 查看文件

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.