Disable live preview until a robust JavaScript based markdown parser is found.
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user