summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/lib/page.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-03-18 10:20:56 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 12:32:16 +0100
commitb1776fbf8b54430f103372864b0fc4ccef15db6d (patch)
tree3d125053242404aa8126a7a5d438addfe54d07fa /packages/gitbook-html/lib/page.js
parent7f06926a3bc159e8073fd6a93e8b3b84aef8b390 (diff)
downloadgitbook-b1776fbf8b54430f103372864b0fc4ccef15db6d.zip
gitbook-b1776fbf8b54430f103372864b0fc4ccef15db6d.tar.gz
gitbook-b1776fbf8b54430f103372864b0fc4ccef15db6d.tar.bz2
Add support for inline renderer
Diffstat (limited to 'packages/gitbook-html/lib/page.js')
-rwxr-xr-xpackages/gitbook-html/lib/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/lib/page.js b/packages/gitbook-html/lib/page.js
index 6f056fc..ae8923e 100755
--- a/packages/gitbook-html/lib/page.js
+++ b/packages/gitbook-html/lib/page.js
@@ -1,7 +1,7 @@
var Q = require('q');
var _ = require('lodash');
-// HTML -> HTML
+// HTML -> Page
function parsePage(html) {
return {
content: html