Skip to main content

Code

Overview

Code is one of the many formatting options available within Markdown. It is typically used to denote a selection of text as code. It is indicated by wrapping the desired text with `.

Example Syntax

`This is an inline code text` and this is not.
<p><code>This is an inline code text</code> and this is not.</p>