diff --git a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleAlmost.png b/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleAlmost.png deleted file mode 100644 index f939ea5e4..000000000 Binary files a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleAlmost.png and /dev/null differ diff --git a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleDark.png b/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleDark.png deleted file mode 100644 index a689f052d..000000000 Binary files a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleDark.png and /dev/null differ diff --git a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleOld.png b/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleOld.png deleted file mode 100644 index fa4d01ab7..000000000 Binary files a/client/homebrew/phbStyle/images/parchmentBackgroundGrayscaleOld.png and /dev/null differ diff --git a/shared/naturalcrit/markdown.js b/shared/naturalcrit/markdown.js index 3a35cc182..317c8fdc0 100644 --- a/shared/naturalcrit/markdown.js +++ b/shared/naturalcrit/markdown.js @@ -190,7 +190,6 @@ module.exports = { .replace(/(
.*<\/dt>
.*<\/dd>\n?)+/gm, `
$1
\n\n`) .replace(/^}}/gm, '\n}}') .replace(/^({{[^\n]*)$/gm, '$1\n'); - console.log(rawBrewText); return Markdown( sanatizeScriptTags(rawBrewText), { renderer: renderer }