From: Daniel Ruf Date: Mon, 17 Aug 2020 15:43:13 +0000 (+0200) Subject: Revert "fixed marked rendering" X-Git-Tag: v2.4.0~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1023%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Revert "fixed marked rendering" This reverts commit adef9048082a8a676564131dc1c56559d5dc7f46. --- diff --git a/gulpfile.js b/gulpfile.js index 5a71d6b3..21083df6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ sass.compiler = require('node-sass'); supercollider .config({ template: foundationDocs.componentTemplate, - marked: foundationDocs.marked.mdRenderer, + marked: foundationDocs.marked, handlebars: foundationDocs.handlebars, keepFm: true, quiet: false,