如果要标记一小段行内代码,你可以用反引号把它包起来(\'\'),例如:
Use the `printf()` function.
会产生:
<p>Use the <code>printf()</code> function.</p>
如果要在...
A guide for programming within version control.
Maintain a Repo
Avoid including files in source control that are specific to your
development machine or proces...