Skip to content

Commit

Permalink
chore: add demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 14, 2024
1 parent ccee816 commit 23efcfe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/latest/tabbed-js-code-block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This is a demo of the tabbed JS code block feature.

```cjs
// CommonJS
const electron = require('electron');
```

```mjs
// ESM
import electron from 'electron';
```

0 comments on commit 23efcfe

Please sign in to comment.