add keep_open_when_opening_preview doc to README

This commit is contained in:
Mathieu PATUREL
2017-02-05 07:56:59 +11:00
parent 8317fa738c
commit eb48b1c79f

View File

@ -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 - `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 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` 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 ### Syntax Specific Settings