fix(editor): Render last item on markdown task lists correctly (#19225)

This commit is contained in:
Jaakko Husso
2025-09-08 09:16:42 +03:00
committed by GitHub
parent 509ab95d5d
commit 627dbd9d78

View File

@@ -58,7 +58,7 @@ const props = withDefaults(defineProps<MarkdownProps>(), {
tasklists: {
enabled: true,
label: true,
labelAfter: true,
labelAfter: false,
},
youtube: {},
}),