Skip to content

Commit

Permalink
docs: cleanup stackblitz examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 15, 2023
1 parent 7182ff1 commit f864e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"dependencies": {
"@astrojs/starlight": "^0.5.0",
"@stackblitz/sdk": "^1.9.0",
"astro": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
title: CodeMirror
---

import Stackblitz from '@Components/Stackblitz.astro';

# Embedded code editor

<iframe id="stackblitz" src="https://stackblitz.com/edit/ngx-editor-codemirror?embed=1&hideExplorer=1&view=preview"></iframe>
<Stackblitz id="ngx-editor-codemirror" />

Ref: https://prosemirror.net/examples/codemirror/

Expand Down

0 comments on commit f864e30

Please sign in to comment.