fabricator-assemble
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,3 +9,3 @@ // modules | ||
var matter = require('gray-matter'); | ||
var md = require('markdown-it')({ linkify: true }); | ||
var md = require('markdown-it')({ html: true, linkify: true }); | ||
var mkdirp = require('mkdirp'); | ||
@@ -371,2 +371,6 @@ var path = require('path'); | ||
if (collection) { | ||
pageMatter.data.base_url = '../'; | ||
} | ||
// template using Handlebars | ||
@@ -373,0 +377,0 @@ var source = wrapPage(pageContent, assembly.layouts[pageMatter.data.layout || options.layout]), |
{ | ||
"name": "fabricator-assemble", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The assembly engine behind Fabricator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ # Fabricator Assemble | ||
gulp.task('assemble', function () { | ||
return assemble(); | ||
return assemble(options); | ||
}); | ||
@@ -50,0 +50,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21200
364