mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Render last item on markdown task lists correctly (#19225)
This commit is contained in:
@@ -58,7 +58,7 @@ const props = withDefaults(defineProps<MarkdownProps>(), {
|
|||||||
tasklists: {
|
tasklists: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
label: true,
|
label: true,
|
||||||
labelAfter: true,
|
labelAfter: false,
|
||||||
},
|
},
|
||||||
youtube: {},
|
youtube: {},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user