Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c978f0a

Browse files
committed
Add comment
1 parent 4cb5bb0 commit c978f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/parse/parsePageFromString.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var direction = require('direction');
99
* @return {Page}
1010
*/
1111
function parsePageFromString(page, content) {
12+
// Parse page YAML
1213
var parsed = fm(content);
1314

1415
return page.merge({

0 commit comments

Comments
 (0)