summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-01 21:47:08 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-01 21:47:08 +0200
commitc978f0ab217294bbf0899e36b918b45c084d2d0c (patch)
tree0fb1e66035f3200bd3b647239f5ed443f4ed9587
parent4cb5bb06fbdb823e740ba48536f43ba9cef18c07 (diff)
downloadgitbook-c978f0ab217294bbf0899e36b918b45c084d2d0c.zip
gitbook-c978f0ab217294bbf0899e36b918b45c084d2d0c.tar.gz
gitbook-c978f0ab217294bbf0899e36b918b45c084d2d0c.tar.bz2
Add comment
-rw-r--r--lib/parse/parsePageFromString.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parse/parsePageFromString.js b/lib/parse/parsePageFromString.js
index 80c147b..e64664b 100644
--- a/lib/parse/parsePageFromString.js
+++ b/lib/parse/parsePageFromString.js
@@ -9,6 +9,7 @@ var direction = require('direction');
* @return {Page}
*/
function parsePageFromString(page, content) {
+ // Parse page YAML
var parsed = fm(content);
return page.merge({