mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 13:02:45 +00:00
Moved files into statics, finally fixed the brew editor breaking on resizze
This commit is contained in:
@@ -26,6 +26,10 @@ renderer.paragraph = function(text){
|
||||
return res;
|
||||
};
|
||||
|
||||
renderer.image = function(href, title, text){
|
||||
return `<img src="${href}" class="${text.split(',').join(' ')}"></img>`;
|
||||
};
|
||||
|
||||
|
||||
module.exports = {
|
||||
marked : Markdown,
|
||||
|
||||
Reference in New Issue
Block a user