1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

use index db & various fixes

This commit is contained in:
Laura
2025-09-12 20:52:10 +02:00
parent 2d6b618cf1
commit 57418ccbd4
7 changed files with 182 additions and 59 deletions

View File

@@ -158,4 +158,8 @@
window.render = markdown => {
return marked.parse(markdown);
};
window.renderInline = markdown => {
return marked.parseInline(markdown.trim());
};
})();