From eb48b1c79f19087b734097e008a5056d861480fb Mon Sep 17 00:00:00 2001 From: Mathieu PATUREL Date: Sun, 5 Feb 2017 07:56:59 +1100 Subject: [PATCH] add keep_open_when_opening_preview doc to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 261da23..0d5cb72 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ this list will be loaded from internet. Default to `["http://", "https://"]` - `header_action`: If you're writing a blog with some markdown and a static website generator, you probably have a YAML header. By default, this header will be displayed in a `pre` block. If you want to hide it, then just set the value to `remove` +- `keep_open_when_opening_preview`: Each time the preview window is opened, the original markdown +view is closed. If you want to keep it opened, just set this setting to `true` ### Syntax Specific Settings