인라인 코드 (Inline code)
백틱(`)으로 감싸면 코드가 등폭 글꼴로 표시됩니다.
Markdown
Use the `printf()` function.
미리보기
Use the printf() function.
HTML 결과
<p>Use the <code>printf()</code> function.</p>
팁 — 코드 안에 백틱이 있으면 이중 백틱으로 감쌉니다.