Disable live preview until a robust JavaScript based markdown parser is found.

This commit is contained in:
bootstraponline
2012-07-13 00:42:26 -06:00
parent a9e9eeeb54
commit d7f3acfd05
+3
View File
@@ -66,6 +66,9 @@ opts = OptionParser.new do |opts|
end
end
# Keep live_preview disabled until a JS based markdown parser is ready.
wiki_options[:live_preview] = false
# Read command line options into `options` hash
begin
opts.parse!