We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3672c0 commit a5946c9Copy full SHA for a5946c9
packages/core/src/examples/index.ts
@@ -196,12 +196,6 @@ const examples: Example[] = [
196
run: linkDemo.run,
197
destroy: linkDemo.destroy,
198
},
199
- {
200
- name: "Extmarks Demo",
201
- description: "Virtual extmarks - text ranges that cursor jumps over, like inline tags and links",
202
- run: extmarksDemo.run,
203
- destroy: extmarksDemo.destroy,
204
- },
205
{
206
name: "Opacity Demo",
207
description: "Box opacity and transparency effects with animated opacity transitions",
0 commit comments