summaryrefslogtreecommitdiffstats
path: root/lib/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/book.js')
-rw-r--r--lib/book.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/book.js b/lib/book.js
index 3912977..38448dd 100644
--- a/lib/book.js
+++ b/lib/book.js
@@ -512,7 +512,8 @@ Book.prototype.parsePage = function(filename, options) {
return that.template.renderPage(page);
})
- // Parse markup
+ // Prepare and Parse markup
+ .then(filetype.page.prepare)
.then(function(content) {
page.content = content;