chore: bump marked from 16.0.0 to 17.0.1

This commit is contained in:
Koy 2025-12-06 23:18:57 +08:00
parent 14542caddb
commit 4ef769fdc6

View File

@ -21,9 +21,7 @@ export const taskListItemCompiler = ({ renderer }) =>
text: checkbox + ' ',
});
}
} else {
text += checkbox + ' ';
}
}
}
text += this.parser?.parse(item.tokens, !!item.loose);