pass 'rawPath' page path to plugins

This commit is contained in:
Robert Marchman
2014-05-29 00:29:23 -04:00
committed by Bo Marchman
parent 16128c7e60
commit 39c50640ea
+1
View File
@@ -102,6 +102,7 @@ Generator.prototype.convertFile = function(content, _input) {
var page = {
path: _input,
rawPath: input, // path to raw md file
content: content,
progress: parse.progress(this.options.navigation, _input)
};