0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 15:12:43 +00:00

Added dropcap style, making page snippet

This commit is contained in:
Scott Tolksdorf
2017-06-04 11:39:47 -04:00
parent 87a9c46202
commit a30bd79399
8 changed files with 99 additions and 27 deletions

View File

@@ -30,7 +30,6 @@ renderer.image = function(href, title, text){
return `<img src="${href}" class="${text.split(',').join(' ')}"></img>`;
};
module.exports = {
marked : Markdown,
render : (rawBrewText)=>{