feat: add markdown render engine setting

closes #124
This commit is contained in:
Rongjian Zhang
2020-11-06 18:47:56 +08:00
parent 9db5a201a3
commit 5795413f25
6 changed files with 158 additions and 57 deletions

View File

@@ -25,6 +25,7 @@ class StorageKeys {
static const codeThemeDark = 'code-theme-dark';
static const iCodeFontSize = 'code-font-size';
static const codeFontFamily = 'code-font-family';
static const markdown = 'markdown';
static getDefaultStartTabKey(String platform) =>
'default-start-tab-$platform';