From c6483297f7f6e5bdb58ad5805d6b105f72b802fc Mon Sep 17 00:00:00 2001 From: Tsubasa Date: Thu, 2 Mar 2017 10:33:42 +0900 Subject: [PATCH] Add the example non-default usage for syncSideBySidePreviewScroll option. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 811ab35..e443a37 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ var simplemde = new SimpleMDE({ } }], // Another optional usage, with a custom status bar item that counts keystrokes styleSelectedText: false, + syncSideBySidePreviewScroll: false, tabSize: 4, toolbar: false, toolbarTips: false,