mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Remove borders on codeblocks #116

Closed jjspace closed 10 months ago

jjspace commented 11 months ago

Part of #115

The default styling of the markdown preview applies the widgets.border color to codeblocks in the markdown preview.

2023-09-08_14-34

This PR just removes that border to match the fact that GitHub does not add borders to these blocks

Testing

jjspace commented 10 months ago

Just bumping this PR, @mjbvz can you take a quick look at this please? :pray:

mjbvz commented 10 months ago

Thanks!