@@ -49,7 +49,7 @@
Framework-agnostic
- Out of the box, tiptap works with plain JavaScript and Vue.js, but itโs also possible to use it in React, Svelte and others.
+ Out of the box, tiptap works with Vanilla JavaScript and Vue.js, but itโs also possible to use it in React, Svelte and others.
diff --git a/docs/static/_redirects b/docs/static/_redirects
index b66aa4ea..c3372f3c 100644
--- a/docs/static/_redirects
+++ b/docs/static/_redirects
@@ -1,4 +1,4 @@
/overview /
-/examples /examples/basic
-/guide /guide/get-started
+/examples /examples/default
+/guide /guide/configuration
/api /api/concept
diff --git a/packages/core/README.md b/packages/core/README.md
index 3aeb9630..6d35ab97 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-blockquote/README.md b/packages/extension-blockquote/README.md
index 51660bd8..af37526a 100644
--- a/packages/extension-blockquote/README.md
+++ b/packages/extension-blockquote/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-bold/README.md b/packages/extension-bold/README.md
index ed1b0f9b..fdc647a3 100644
--- a/packages/extension-bold/README.md
+++ b/packages/extension-bold/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-bubble-menu/README.md b/packages/extension-bubble-menu/README.md
index cf61d9fb..f926a085 100644
--- a/packages/extension-bubble-menu/README.md
+++ b/packages/extension-bubble-menu/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-bullet-list/README.md b/packages/extension-bullet-list/README.md
index 1013d24e..43b6f036 100644
--- a/packages/extension-bullet-list/README.md
+++ b/packages/extension-bullet-list/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-character-count/README.md b/packages/extension-character-count/README.md
index 555586c2..de705600 100644
--- a/packages/extension-character-count/README.md
+++ b/packages/extension-character-count/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-code-block-lowlight/CHANGELOG.md b/packages/extension-code-block-lowlight/CHANGELOG.md
index 9ec7d10c..027f1af9 100644
--- a/packages/extension-code-block-lowlight/CHANGELOG.md
+++ b/packages/extension-code-block-lowlight/CHANGELOG.md
@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.0.0-beta.6](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.4...@tiptap/extension-code-block-lowlight@2.0.0-beta.6) (2021-04-14)
+
+**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
+
+
+
+
+
+# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.3...@tiptap/extension-code-block-lowlight@2.0.0-beta.4) (2021-04-14)
+
+
+### Bug Fixes
+
+* fix lowlight decorations for vue 3 ([daa5dc0](https://github.com/ueberdosis/tiptap-next/commit/daa5dc0fb1ec2db6889565fc9c091f3dbdbbda6d))
+
+
+
+
+
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.2...@tiptap/extension-code-block-lowlight@2.0.0-beta.3) (2021-04-12)
diff --git a/packages/extension-code-block-lowlight/README.md b/packages/extension-code-block-lowlight/README.md
index d950097e..b34306d2 100644
--- a/packages/extension-code-block-lowlight/README.md
+++ b/packages/extension-code-block-lowlight/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-code-block-lowlight/package.json b/packages/extension-code-block-lowlight/package.json
index c369d471..c95055ea 100644
--- a/packages/extension-code-block-lowlight/package.json
+++ b/packages/extension-code-block-lowlight/package.json
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
- "version": "2.0.0-beta.3",
+ "version": "2.0.0-beta.6",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
diff --git a/packages/extension-code-block/README.md b/packages/extension-code-block/README.md
index bf84f5e1..acc720d0 100644
--- a/packages/extension-code-block/README.md
+++ b/packages/extension-code-block/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-code/README.md b/packages/extension-code/README.md
index a5426016..2f84be8c 100644
--- a/packages/extension-code/README.md
+++ b/packages/extension-code/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-collaboration-cursor/README.md b/packages/extension-collaboration-cursor/README.md
index 3bffd3ba..6051393f 100644
--- a/packages/extension-collaboration-cursor/README.md
+++ b/packages/extension-collaboration-cursor/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-collaboration/README.md b/packages/extension-collaboration/README.md
index fb2b8c4d..77411424 100644
--- a/packages/extension-collaboration/README.md
+++ b/packages/extension-collaboration/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-document/README.md b/packages/extension-document/README.md
index 2b31a8be..703f47e4 100644
--- a/packages/extension-document/README.md
+++ b/packages/extension-document/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-dropcursor/README.md b/packages/extension-dropcursor/README.md
index 98b3bf30..585e676a 100644
--- a/packages/extension-dropcursor/README.md
+++ b/packages/extension-dropcursor/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-floating-menu/README.md b/packages/extension-floating-menu/README.md
index 3b68aecc..42302abf 100644
--- a/packages/extension-floating-menu/README.md
+++ b/packages/extension-floating-menu/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-focus/README.md b/packages/extension-focus/README.md
index 28fadf68..becb0569 100644
--- a/packages/extension-focus/README.md
+++ b/packages/extension-focus/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-font-family/README.md b/packages/extension-font-family/README.md
index 0344208b..6f641af3 100644
--- a/packages/extension-font-family/README.md
+++ b/packages/extension-font-family/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-gapcursor/README.md b/packages/extension-gapcursor/README.md
index d6032fc5..a0d32ba6 100644
--- a/packages/extension-gapcursor/README.md
+++ b/packages/extension-gapcursor/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-hard-break/README.md b/packages/extension-hard-break/README.md
index 3336aa2e..a2901a8e 100644
--- a/packages/extension-hard-break/README.md
+++ b/packages/extension-hard-break/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-heading/README.md b/packages/extension-heading/README.md
index 8ced227a..1d461fc6 100644
--- a/packages/extension-heading/README.md
+++ b/packages/extension-heading/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-highlight/README.md b/packages/extension-highlight/README.md
index 47de1967..71e4f7cb 100644
--- a/packages/extension-highlight/README.md
+++ b/packages/extension-highlight/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-history/README.md b/packages/extension-history/README.md
index 5d668b63..1672cb72 100644
--- a/packages/extension-history/README.md
+++ b/packages/extension-history/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-horizontal-rule/README.md b/packages/extension-horizontal-rule/README.md
index b39e3997..5db0918f 100644
--- a/packages/extension-horizontal-rule/README.md
+++ b/packages/extension-horizontal-rule/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-image/README.md b/packages/extension-image/README.md
index 6ca156f9..e9e8416b 100644
--- a/packages/extension-image/README.md
+++ b/packages/extension-image/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-italic/README.md b/packages/extension-italic/README.md
index 381133ac..b1e4fc77 100644
--- a/packages/extension-italic/README.md
+++ b/packages/extension-italic/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-link/README.md b/packages/extension-link/README.md
index 0bd71715..c41bb38d 100644
--- a/packages/extension-link/README.md
+++ b/packages/extension-link/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-list-item/README.md b/packages/extension-list-item/README.md
index 66e021b4..4e7a4162 100644
--- a/packages/extension-list-item/README.md
+++ b/packages/extension-list-item/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-mention/README.md b/packages/extension-mention/README.md
index e4452298..bc5ff852 100644
--- a/packages/extension-mention/README.md
+++ b/packages/extension-mention/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-ordered-list/README.md b/packages/extension-ordered-list/README.md
index 6a2290a8..bac5901a 100644
--- a/packages/extension-ordered-list/README.md
+++ b/packages/extension-ordered-list/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-paragraph/README.md b/packages/extension-paragraph/README.md
index a5a1b887..cb283dfd 100644
--- a/packages/extension-paragraph/README.md
+++ b/packages/extension-paragraph/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-placeholder/README.md b/packages/extension-placeholder/README.md
index 8f719442..4ea1ffbe 100644
--- a/packages/extension-placeholder/README.md
+++ b/packages/extension-placeholder/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-strike/README.md b/packages/extension-strike/README.md
index 386cbbeb..91f8fb0e 100644
--- a/packages/extension-strike/README.md
+++ b/packages/extension-strike/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-table-cell/README.md b/packages/extension-table-cell/README.md
index 8924b07e..b3713c46 100644
--- a/packages/extension-table-cell/README.md
+++ b/packages/extension-table-cell/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-table-header/README.md b/packages/extension-table-header/README.md
index 4dba7844..e6f6d1e0 100644
--- a/packages/extension-table-header/README.md
+++ b/packages/extension-table-header/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-table-row/README.md b/packages/extension-table-row/README.md
index a1249cd8..03d311ce 100644
--- a/packages/extension-table-row/README.md
+++ b/packages/extension-table-row/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-table/README.md b/packages/extension-table/README.md
index 797c9c1b..d5c0c2e3 100644
--- a/packages/extension-table/README.md
+++ b/packages/extension-table/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-task-item/README.md b/packages/extension-task-item/README.md
index c24b10b3..e4c97f69 100644
--- a/packages/extension-task-item/README.md
+++ b/packages/extension-task-item/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-task-list/README.md b/packages/extension-task-list/README.md
index a91a9d15..5ebf181e 100644
--- a/packages/extension-task-list/README.md
+++ b/packages/extension-task-list/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-text-align/README.md b/packages/extension-text-align/README.md
index 05c2930c..3410a73e 100644
--- a/packages/extension-text-align/README.md
+++ b/packages/extension-text-align/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-text-style/README.md b/packages/extension-text-style/README.md
index 28e2e254..f52e2a94 100644
--- a/packages/extension-text-style/README.md
+++ b/packages/extension-text-style/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-text/README.md b/packages/extension-text/README.md
index 497cd2cc..f940da8f 100644
--- a/packages/extension-text/README.md
+++ b/packages/extension-text/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-typography/README.md b/packages/extension-typography/README.md
index b6687f0e..b7b820a8 100644
--- a/packages/extension-typography/README.md
+++ b/packages/extension-typography/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/extension-underline/README.md b/packages/extension-underline/README.md
index 85864198..285a1764 100644
--- a/packages/extension-underline/README.md
+++ b/packages/extension-underline/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/html/README.md b/packages/html/README.md
index 1b211054..6d1dee50 100644
--- a/packages/html/README.md
+++ b/packages/html/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/react/README.md b/packages/react/README.md
index a2dfdd18..f901f7bf 100644
--- a/packages/react/README.md
+++ b/packages/react/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/starter-kit/README.md b/packages/starter-kit/README.md
index 0098a475..51888692 100644
--- a/packages/starter-kit/README.md
+++ b/packages/starter-kit/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/suggestion/README.md b/packages/suggestion/README.md
index 22c4be68..4b5f91eb 100644
--- a/packages/suggestion/README.md
+++ b/packages/suggestion/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/vue-2/README.md b/packages/vue-2/README.md
index c8ff79fd..39d41019 100644
--- a/packages/vue-2/README.md
+++ b/packages/vue-2/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
diff --git a/packages/vue-3/README.md b/packages/vue-3/README.md
index 5bee2004..0b79b71c 100644
--- a/packages/vue-3/README.md
+++ b/packages/vue-3/README.md
@@ -11,4 +11,4 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) โ a
Documentation can be found on the [tiptap website](https://tiptap.dev).
## License
-tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).
+tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md).