diff --git a/docs/src/demos/Extensions/BulletList/index.spec.js b/docs/src/demos/Extensions/BulletList/index.spec.js new file mode 100644 index 00000000..c4bed2ca --- /dev/null +++ b/docs/src/demos/Extensions/BulletList/index.spec.js @@ -0,0 +1,12 @@ +context('/api/extensions/bullet-list', () => { + before(() => { + cy.visit('/api/extensions/bullet-list') + }) + + beforeEach(() => { + cy.get('.ProseMirror').then(([{ editor }]) => { + editor.setContent('

Example Text

') + editor.selectAll() + }) + }) +}) \ No newline at end of file diff --git a/docs/src/demos/Extensions/BulletList/index.vue b/docs/src/demos/Extensions/BulletList/index.vue new file mode 100644 index 00000000..0619a5db --- /dev/null +++ b/docs/src/demos/Extensions/BulletList/index.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/docs/src/docPages/api/extensions/bullet-list.md b/docs/src/docPages/api/extensions/bullet-list.md index ce140970..5ca1e6b2 100644 --- a/docs/src/docPages/api/extensions/bullet-list.md +++ b/docs/src/docPages/api/extensions/bullet-list.md @@ -18,47 +18,8 @@ It’s intended to be used with the `ListItem` extension. ## Keyboard shortcuts * `Control` + `Shift` + `8` +## Source Code +[packages/extension-bullet-list/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bullet-list/) + ## Usage -```markup - - - -``` \ No newline at end of file +