Skip to content

Instantly share code, notes, and snippets.

@nsheff
Created January 8, 2019 22:55
Show Gist options
  • Select an option

  • Save nsheff/4cc1ce7cc835e1f3fa2746de3f701e32 to your computer and use it in GitHub Desktop.

Select an option

Save nsheff/4cc1ce7cc835e1f3fa2746de3f701e32 to your computer and use it in GitHub Desktop.
Markdown:
# Code blocks
```
This is a fenced code block
```
This is an indented code block
HTML rendering:
<h1 id="code-blocks">Code blocks</h1>
<pre><code>This is a fenced code block
</code></pre>
<pre><code>This is an indented code block
</code></pre></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment