返回速查表

行内代码 (Inline code)

用反引号(`)包裹即可让代码以等宽字体显示。

Markdown
Use the `printf()` function.
预览

Use the printf() function.

HTML 输出
<p>Use the <code>printf()</code> function.</p>

提示 — 如果代码中含有反引号,就用双反引号包裹。

在转换器中打开