mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 06:09:20 +01:00
c932846c67
* Improve markdown Wrapping Includes a few improvements to the markdown preview * Use breakword by default to break up very long words * When `editor.worWrap` is enabled, wrap code blocks inside of the html preview. * Reverts https://github.com/Microsoft/vscode/commit/41467b74b7e486f3a5857d3cc0ab15d85a2b7a84 . This change is adding an 20px margin to the left of any html content. I believe the html content itself should be responsible for adding this padding and should normally fill the entire screen. * Better centers markdown preview content * Move padding to default webview style * Remove padding change for now