This commit is contained in:
hackrobot
2024-08-12 13:59:44 +08:00
parent 64ee2030ed
commit f2b3b8cbaf

View File

@@ -137,6 +137,7 @@ renderer.list = function (body, ordered, start) {
`<div style="white-space:pre;">&#8239;&#8239;&#8239;&#8239;&#8239;&#8239;&#8239;&#8239;&#8239;┊ ${value}</div>`;
})
.join('');
return `${string}`;
};