Skip to content

Instantly share code, notes, and snippets.

@dpes8693
Created June 22, 2021 03:49
Show Gist options
  • Save dpes8693/de6d2bb34e64c9f37e6cba2d81abdec2 to your computer and use it in GitHub Desktop.
Save dpes8693/de6d2bb34e64c9f37e6cba2d81abdec2 to your computer and use it in GitHub Desktop.
:::: code-group
::: code-group-item FOO
```js
const foo = 'foo'
```
:::
::: code-group-item BAR
```js
const bar = 'bar';
```
:::
::::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment