Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] fix(TaskList): Add class name to rendered HTML #6341

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 10, 2024

  1. fix(TaskList): Add class name to rendered HTML

    The upstream Tiptap tasklist implementation uses data-type attributes to
    identify task lists and task items. We use class names instead as we
    depend on the markdown-it-task-lists plugin.
    
    This fixes copy & paste of task lists.
    
    Fixes: #5237
    
    Signed-off-by: Jonas <[email protected]>
    mejo- authored and backportbot[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e3f5f40 View commit details
    Browse the repository at this point in the history