Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active December 17, 2017 23:39
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 tai2/f686139e57572c2a3716dd5094487962 to your computer and use it in GitHub Desktop.
Save tai2/f686139e57572c2a3716dd5094487962 to your computer and use it in GitHub Desktop.
# Sample document

## [[Structure]]

```javascript
[Element 1]
[Element 2]
```

## [Element 1]

```javascript
console.log('elem 1')
```

## [Element 2]

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