We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef769f commit 9c05ae8Copy full SHA for 9c05ae8
1 file changed
src/core/render/compiler/taskListItem.js
@@ -21,7 +21,7 @@ export const taskListItemCompiler = ({ renderer }) =>
21
text: checkbox + ' ',
22
});
23
}
24
- }
+ }
25
26
27
text += this.parser?.parse(item.tokens, !!item.loose);
0 commit comments