Skip to content

Code

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 `.

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