fix: nested ordered-list style (#1351)

* feat: dynamic ordered-list style
* fix nested task list import
This commit is contained in:
Philip Okugbe
2025-07-15 02:43:59 +01:00
committed by GitHub
parent 16ec218ba7
commit 9f39987404
3 changed files with 38 additions and 1 deletions

View File

@ -48,7 +48,9 @@ export const tiptapExtensions = [
Comment,
TextAlign.configure({ types: ["heading", "paragraph"] }),
TaskList,
TaskItem,
TaskItem.configure({
nested: true,
}),
Underline,
LinkExtension,
Superscript,