0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 08:42:40 +00:00

Remove unused images.

This commit is contained in:
Trevor Buckner
2021-04-04 23:28:44 -04:00
parent 488dbbb336
commit 73ccad8a76
4 changed files with 0 additions and 1 deletions

View File

@@ -190,7 +190,6 @@ module.exports = {
.replace(/(<dt>.*<\/dt><dd>.*<\/dd>\n?)+/gm, `<dl>$1</dl>\n\n`)
.replace(/^}}/gm, '\n}}')
.replace(/^({{[^\n]*)$/gm, '$1\n');
console.log(rawBrewText);
return Markdown(
sanatizeScriptTags(rawBrewText),
{ renderer: renderer }