feat: add typographer option for markdown preview (#119641)

Co-authored-by: Matt Bierner <matb@microsoft.com>
This commit is contained in:
William Desgardin
2021-03-29 23:18:59 +02:00
committed by GitHub
parent bfe889d3b9
commit 30ccdf6b6c
3 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"description": "Provides rich language support for Markdown.",
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the Markdown preview. Setting it to 'true' creates a <br> for newlines inside paragraphs.",
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the Markdown preview.",
"markdown.preview.typographer": "Enable or disable some language-neutral replacement and quotes beautification in the Markdown preview.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the Markdown preview to switch to the editor.",
"markdown.preview.fontFamily.desc": "Controls the font family used in the Markdown preview.",
"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the Markdown preview.",