]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Revert "fixed marked rendering" 1023/head
authorDaniel Ruf <mac1@daniel-ruf.de>
Mon, 17 Aug 2020 15:43:13 +0000 (17:43 +0200)
committerDaniel Ruf <mac1@daniel-ruf.de>
Mon, 17 Aug 2020 15:43:13 +0000 (17:43 +0200)
This reverts commit adef9048082a8a676564131dc1c56559d5dc7f46.

gulpfile.js

index 5a71d6b3037c400da61c343b363d42ca4d77a2fd..21083df6a7582e495132072b0250bc73f064f29a 100644 (file)
@@ -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,