Add mathjax using SSL CDN.

This commit is contained in:
bootstraponline
2012-05-24 17:18:55 -06:00
parent 7b0988cc19
commit ff8b892ebe
5 changed files with 19 additions and 2 deletions
+4
View File
@@ -52,6 +52,10 @@ opts = OptionParser.new do |opts|
opts.on("--ref [REF]", "Specify the repository ref to use (default: master).") do |ref|
wiki_options[:ref] = ref
end
opts.on("--no-mathjax", "Disables mathjax.") do
options['mathjax'] = false
end
end
# Read command line options into `options` hash