Created
January 8, 2019 22:55
-
-
Save nsheff/4cc1ce7cc835e1f3fa2746de3f701e32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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