Implements frontend support for CriticMarkup. Related to #1016.

This commit is contained in:
Bart Kamphorst
2018-11-08 16:11:38 +01:00
parent eade94dcfd
commit 769f8ec8d6
18 changed files with 267 additions and 10 deletions
+3
View File
@@ -135,6 +135,9 @@ MSG
"By default, uses the 'TeX-AMS-MML_HTMLorMML' config with the 'autoload-all' extension.") do
wiki_options[:mathjax] = true
end
opts.on("--critic-markup", "Enable CriticMarkup support.") do
wiki_options[:critic_markup] = true
end
opts.on("--irb", "Launch Gollum in 'console mode', with a predefined API.") do
options[:irb] = true
end