Restore livepreview.

Improvements include:
- UTF-8 aware
- Undo and redo support
- Code highlighting fixes
- New tests ensure output matches native sundown

Use jquery 1.7.2
This commit is contained in:
bootstraponline
2012-07-18 18:11:19 -06:00
parent 8188bbd35d
commit 7392bce5dc
15 changed files with 94 additions and 9730 deletions
-3
View File
@@ -70,9 +70,6 @@ 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!