From edfeb876530491c783919ae673cbd1bd532d02d2 Mon Sep 17 00:00:00 2001 From: Ivan Borshchov Date: Thu, 8 Oct 2020 12:20:26 +0300 Subject: [PATCH] previewImagesInEditor doc improve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c713992..d660258 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ easyMDE.value('New input for **EasyMDE**'); - **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar. - **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`. - **initialValue**: If set, will customize the initial value of the editor. -- **previewImagesInEditor**: - EasyMDE will show preview of images, `true` by default, use `false` to disable. +- **previewImagesInEditor**: - EasyMDE will show preview of images, `false` by default, preview for images will appear only for images on separate lines. - **insertTexts**: Customize how certain buttons that insert text behave. Takes an array with two elements. The first element will be the text inserted before the cursor or highlight, and the second element will be inserted after. For example, this is the default link value: `["[", "](http://)"]`. - horizontalRule - image