Add support for emojione

This commit is contained in:
Sven Schwyn
2016-04-15 10:45:51 +02:00
parent 5a5e56a47b
commit fa1bcf9608
8 changed files with 52 additions and 3 deletions
+3
View File
@@ -99,6 +99,9 @@ MSG
opts.on("--js", "Inject custom JavaScript into each page. The '<git-repo>/custom.js' file is used (must be committed).") do
wiki_options[:js] = true
end
opts.on("--emoji", "Parse and interpret emoji tags (e.g. :heart:).") do
wiki_options[:emoji] = true
end
opts.on("--no-edit", "Disable the feature of editing pages.") do
wiki_options[:allow_editing] = false
end