Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 450305e

Browse files
committed
update
1 parent a93123c commit 450305e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/server/static/scripts/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
};
9999

100100
renderer.listitem = function(text) {
101+
text = fixAllImg(text);
101102
var checked = '<input type="checkbox" class="task-list-item" checked disabled>',
102103
unChecked = '<input type="checkbox" class="task-list-item" disabled>',
103104
reg = /^\[\s*[xX]\s*\]/,

0 commit comments

Comments
 (0)