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:
@@ -158,4 +158,8 @@
|
||||
window.render = markdown => {
|
||||
return marked.parse(markdown);
|
||||
};
|
||||
|
||||
window.renderInline = markdown => {
|
||||
return marked.parseInline(markdown.trim());
|
||||
};
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user