mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Remove unused images.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 930 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -190,7 +190,6 @@ module.exports = {
|
|||||||
.replace(/(<dt>.*<\/dt><dd>.*<\/dd>\n?)+/gm, `<dl>$1</dl>\n\n`)
|
.replace(/(<dt>.*<\/dt><dd>.*<\/dd>\n?)+/gm, `<dl>$1</dl>\n\n`)
|
||||||
.replace(/^}}/gm, '\n}}')
|
.replace(/^}}/gm, '\n}}')
|
||||||
.replace(/^({{[^\n]*)$/gm, '$1\n');
|
.replace(/^({{[^\n]*)$/gm, '$1\n');
|
||||||
console.log(rawBrewText);
|
|
||||||
return Markdown(
|
return Markdown(
|
||||||
sanatizeScriptTags(rawBrewText),
|
sanatizeScriptTags(rawBrewText),
|
||||||
{ renderer: renderer }
|
{ renderer: renderer }
|
||||||
|
|||||||
Reference in New Issue
Block a user