diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-18 10:20:56 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:32:16 +0100 |
commit | b1776fbf8b54430f103372864b0fc4ccef15db6d (patch) | |
tree | 3d125053242404aa8126a7a5d438addfe54d07fa /packages/gitbook-html/lib/page.js | |
parent | 7f06926a3bc159e8073fd6a93e8b3b84aef8b390 (diff) | |
download | gitbook-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-x | packages/gitbook-html/lib/page.js | 2 |
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 |