vscode/extensions/markdown-language-features/media
Neonit c5ab082ed7
Adjust Code Tab Size to 4 in Markdown Preview
Sets the tab size to 4 in the Markdown preview for code blocks in Markdown documents. I consider a tab size of 4 being standard and the default of 8 being unbearable. The few people, if any, using a different tab size than 4 can use the custom markdown preview style feature, if it is going to be fixed anytime (https://github.com/microsoft/vscode/issues/77290).

[`tab-size` is still marked *experimental* in the MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size), but it doesn't hurt, if not supported. However, in the used Chromium version it is supported.
2019-07-22 11:49:04 +02:00
..
highlight.css styles for diff on markdown preview (#59289) 2018-09-25 12:02:15 -07:00
index.js Add vscode.env.webviewResourceRoot api 2019-06-18 22:29:37 -07:00
markdown.css Adjust Code Tab Size to 4 in Markdown Preview 2019-07-22 11:49:04 +02:00
pre.js Add vscode.env.webviewResourceRoot api 2019-06-18 22:29:37 -07:00
preview-dark.svg Update icons 2019-06-26 15:46:15 -07:00
preview-light.svg Update icons 2019-06-26 15:46:15 -07:00
preview-right-dark.svg Update markdown preview icon to have bevel edges 2019-07-03 15:05:45 -07:00
preview-right-light.svg Update markdown preview icon to have bevel edges 2019-07-03 15:05:45 -07:00
view-source-dark.svg Update icons 2019-06-26 15:46:15 -07:00
view-source-light.svg Update icons 2019-06-26 15:46:15 -07:00