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 headers are not syntax highlighted in VS Code #100

Open
scottmc42 opened this issue Jul 11, 2023 · 0 comments
Open

Markdown headers are not syntax highlighted in VS Code #100

scottmc42 opened this issue Jul 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working vscode

Comments

@scottmc42
Copy link

Describe the bug
In Visual Studio Code, viewing a markdown file, the headers are still in plain white. In IntelliJ/PyCharm, the headers are given different colors based on level; i.e. H1 is light red, H2 is light blue, H3 is light green, etc.

This is true for both the hashtag format, "#, ##, ###...", and the underline format, "====, ----", in markdown files.

To Reproduce
Steps to reproduce the behavior:

  1. Install and use the Hiberbee theme
  2. Load a markdown file
  3. Examine any header lines

Expected behavior
Each of the headers should be in a different color based on the header level.

Desktop (please complete the following information):

  • OS: MacOS, Ventura 13.4, M1 CPU
  • VS Code: 1.80.0
  • Hiberbee: 0.5.0

Additional context
Other markdown elements are colored/syntax highlighted.

Screenshot
Screenshot 2023-07-11 at 1 32 46 PM

@vladyslavvolkov vladyslavvolkov self-assigned this Sep 15, 2023
@vladyslavvolkov vladyslavvolkov added vscode bug Something isn't working labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vscode
Development

No branches or pull requests

2 participants