Skip to content

Instantly share code, notes, and snippets.

@benatkin
Created July 8, 2021 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benatkin/32d8e83c286d46a2416fa873988c57d7 to your computer and use it in GitHub Desktop.
Save benatkin/32d8e83c286d46a2416fa873988c57d7 to your computer and use it in GitHub Desktop.
# chems

````js
console.log(3);
function wow() {
  console.log('wowDoge');
}
````

````md
# I can haz nested markdown

Lolz.

```js
console.log('epicWin');
```
````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment