行内代码 (Inline code)
用反引号(`)包裹即可让代码以等宽字体显示。
Markdown
Use the `printf()` function.
预览
Use the printf() function.
HTML 输出
<p>Use the <code>printf()</code> function.</p>
提示 — 如果代码中含有反引号,就用双反引号包裹。
用反引号(`)包裹即可让代码以等宽字体显示。
Use the `printf()` function.
Use the printf() function.
<p>Use the <code>printf()</code> function.</p>
提示 — 如果代码中含有反引号,就用双反引号包裹。