Skip to content

Instantly share code, notes, and snippets.

@theetrain
Last active September 21, 2021 19:38
Show Gist options
  • Save theetrain/de0f9d3b58547cd3a70c4d5775e40704 to your computer and use it in GitHub Desktop.
Save theetrain/de0f9d3b58547cd3a70c4d5775e40704 to your computer and use it in GitHub Desktop.
Code blocks inside markdown code blocks

Here is an example of a code block that contains a code block:

This is a code block, and below is some code:

```js
var someVar = 'hello'
```

And now this will appear as a code block. (view raw output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment