mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
Use updated markdown renderer from vscode (#16988)
This commit is contained in:
@@ -341,7 +341,7 @@ configurationRegistry.registerConfiguration({
|
||||
},
|
||||
[useNewMarkdownRendererKey]: {
|
||||
'type': 'boolean',
|
||||
default: false,
|
||||
default: true,
|
||||
'description': localize('notebook.useNewMarkdownRenderer', "Whether to use the newer version of the markdown renderer for Notebooks. This may result in markdown being rendered differently than previous versions.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user