diff --git a/docs/src/demos/Nodes/TaskItem/index.vue b/docs/src/demos/Nodes/TaskItem/index.vue
index ba15b994..17b2f6bf 100644
--- a/docs/src/demos/Nodes/TaskItem/index.vue
+++ b/docs/src/demos/Nodes/TaskItem/index.vue
@@ -33,7 +33,7 @@ export default {
TaskItem,
],
content: `
-
+
- A list item
- And another one
diff --git a/docs/src/demos/Nodes/TaskList/index.vue b/docs/src/demos/Nodes/TaskList/index.vue
index 9b4f96ca..06c34a88 100644
--- a/docs/src/demos/Nodes/TaskList/index.vue
+++ b/docs/src/demos/Nodes/TaskList/index.vue
@@ -37,7 +37,7 @@ export default {
TaskItem,
],
content: `
-
+
- A list item
- And another one
diff --git a/docs/src/docPages/api/nodes/task-list.md b/docs/src/docPages/api/nodes/task-list.md
index c3380dc1..bfa8ed7a 100644
--- a/docs/src/docPages/api/nodes/task-list.md
+++ b/docs/src/docPages/api/nodes/task-list.md
@@ -2,7 +2,7 @@
[](https://www.npmjs.com/package/@tiptap/extension-task-list)
[](https://npmcharts.com/compare/@tiptap/extension-task-list?minimal=true)
-This extension enables you to use task lists in the editor. They are rendered as ``. This implementation doesn’t require any framework, it’s using Vanilla JavaScript only.
+This extension enables you to use task lists in the editor. They are rendered as ``. This implementation doesn’t require any framework, it’s using Vanilla JavaScript only.
Type [ ] or [x] at the beginning of a new line and it will magically transform to a task list.