Skip to content

Instantly share code, notes, and snippets.

@Nkzn
Created December 17, 2017 17:03
Show Gist options
  • Select an option

  • Save Nkzn/a6578e5e0d88bd868b4dd0d15f39bc5a to your computer and use it in GitHub Desktop.

Select an option

Save Nkzn/a6578e5e0d88bd868b4dd0d15f39bc5a to your computer and use it in GitHub Desktop.
いちおう、これでMarkdownをコードブロックに入れることができるはず
# 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