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

Quotes with headings on markdown not rendering properly #201922

Closed
ghost opened this issue Jan 6, 2024 · 4 comments · Fixed by #205227
Closed

Quotes with headings on markdown not rendering properly #201922

ghost opened this issue Jan 6, 2024 · 4 comments · Fixed by #205227
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders markdown Markdown support issues verified Verification succeeded
Milestone

Comments

@ghost
Copy link

ghost commented Jan 6, 2024

Type: Bug

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Code 1.85.1 (0ee08df, 2023-12-13T09:49:37.021Z)
  • OS version: Windows_NT x64 10.0.22621

Steps to Reproduce:

  1. Open VS Code and make a .md file
  2. Type "> #### Text"

The background box does not adjust to the font size of the headings

@RedCMD
Copy link
Contributor

RedCMD commented Jan 6, 2024

Can confirm

# h1
> # h1
## h2
> ## h2
### h3
> ### h3
#### h4
> #### h4
normal
> normal

image

github:

h1

h1

h2

h2

h3

h3

h4

h4

normal

normal

@ghost
Copy link
Author

ghost commented Jan 13, 2024

Even in the markdown preview of the comments here the quotes with headings works good. The bug is in VS Code

Test

@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities markdown Markdown support issues labels Feb 8, 2024
@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Jun 24, 2024
@vscodenpa vscodenpa added this to the June 2024 milestone Jun 24, 2024
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jun 25, 2024
@eleanorjboyd
Copy link
Member

still seeing a problem here but instead it looks a little different from the previous result
Screenshot 2024-06-25 at 11 34 32 AM

@eleanorjboyd eleanorjboyd added the verification-found Issue verification failed label Jun 25, 2024
@mjbvz
Copy link
Collaborator

mjbvz commented Jun 26, 2024

@eleanorjboyd I think the issue was about the markdown preview. Take a look at the header size in the preview now compared to before

Image

@mjbvz mjbvz removed the verification-found Issue verification failed label Jun 26, 2024
@andreamah andreamah added the verified Verification succeeded label Jun 26, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders markdown Markdown support issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants