Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown code block should have a background #41112

Closed
olivierdalang opened this issue Jan 3, 2018 · 1 comment
Closed

Markdown code block should have a background #41112

olivierdalang opened this issue Jan 3, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) *extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality markdown Markdown support issues

Comments

@olivierdalang
Copy link

Markdown code highlighting doesn't make code blocks stand out, making it hard to read a markdown document without the preview.

  • VSCode Version: 1.19.1
  • OS Version: Windosw 10

Steps to Reproduce:

  1. Create a markdown file (.md)
  2. Create a multiline code block with ```
  3. Notice that the block doesn't get any type of rendering, making it hard to follow the document's structure

Here's how it looks like with current VSCode :

capture

Here's an example rendering where code blocks have a different background, much better ! (from sublime with markdown extended package)

capture2

@vscodebot vscodebot bot assigned mjbvz Jan 3, 2018
@vscodebot vscodebot bot added the markdown Markdown support issues label Jan 3, 2018
@mjbvz mjbvz added the feature-request Request for new features or functionality label Jan 3, 2018
@mjbvz
Copy link
Contributor

mjbvz commented Jan 4, 2018

This would be something a theme could control. Currently blocked by #3429

Closing as duplicate of #3429 + future extension candidate

@mjbvz mjbvz closed this as completed Jan 4, 2018
@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) *extension-candidate Issue identified as good extension implementation labels Jan 4, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) *extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

2 participants