--- a/Preferences/__init__.py Mon Aug 07 12:19:34 2017 +0200 +++ b/Preferences/__init__.py Mon Aug 07 18:00:51 2017 +0200 @@ -470,6 +470,9 @@ "PreviewRestFileNameExtensions": ["rst"], "PreviewQssFileNameExtensions": ["qss"], "PreviewRestUseSphinx": False, + "PreviewMarkdownNLtoBR": True, + "PreviewMarkdownHTMLFormat": "XHTML1", # XHTML1, HTML4, HTML5 + "PreviewRestDocutilsHTMLFormat": "HTML5", # HTML4, HTML5 "VirtualSpaceOptions": QsciScintilla.SCVS_NONE, @@ -2048,7 +2051,8 @@ """ if key in ["DefaultEncoding", "DefaultOpenFilter", "DefaultSaveFilter", "SpellCheckingDefaultLanguage", "SpellCheckingPersonalWordList", - "SpellCheckingPersonalExcludeList"]: + "SpellCheckingPersonalExcludeList", + "PreviewMarkdownHTMLFormat", "PreviewRestDocutilsHTMLFormat"]: return prefClass.settings.value( "Editor/" + key, prefClass.editorDefaults[key]) elif key in ["AutosaveInterval", "TabWidth", "IndentWidth",