gitbook-plugin-advanced-emoji
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,5 +16,3 @@ module.exports = { | ||
"page": function(page) { | ||
page.sections.each(function (section) { | ||
section.content = section.content.replace(":white_check_mark:", "FOO"); | ||
}); | ||
page.content = page.content.replace(":white_check_mark:", "FOO"); | ||
return page; | ||
@@ -21,0 +19,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "gitbook": ">=2.5.0" |
12710
18