From: Joe Workman Date: Thu, 23 Jul 2020 21:45:47 +0000 (-0700) Subject: fixed marked rendering X-Git-Tag: v2.3.1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adef9048082a8a676564131dc1c56559d5dc7f46;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixed marked rendering --- diff --git a/gulpfile.js b/gulpfile.js index 21083df6..5a71d6b3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ sass.compiler = require('node-sass'); supercollider .config({ template: foundationDocs.componentTemplate, - marked: foundationDocs.marked, + marked: foundationDocs.marked.mdRenderer, handlebars: foundationDocs.handlebars, keepFm: true, quiet: false,