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

Hover / Suggest inconsistency: Markdown ul List Rendering #79817

Closed
octref opened this issue Aug 26, 2019 · 0 comments · Fixed by #79825
Closed

Hover / Suggest inconsistency: Markdown ul List Rendering #79817

octref opened this issue Aug 26, 2019 · 0 comments · Fixed by #79825
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-hover Editor mouse hover suggest IntelliSense, Auto Complete verified Verification succeeded

Comments

@octref
Copy link
Contributor

octref commented Aug 26, 2019

Split from #78718:

Markdown List Rendering

const markupContent: MarkupContent =  {
	kind: 'markdown',
	value: 'https://code.visualstudio.com/\n\nFoobar\n\n- Foo\n- Bar'
};

image

@octref octref added bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete editor-hover Editor mouse hover labels Aug 26, 2019
@octref octref added this to the August 2019 milestone Aug 26, 2019
@octref octref self-assigned this Aug 26, 2019
octref added a commit that referenced this issue Aug 26, 2019
@octref octref modified the milestones: August 2019, September 2019 Aug 26, 2019
jrieken added a commit that referenced this issue Sep 2, 2019
@mjbvz mjbvz added the verified Verification succeeded label Oct 3, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 17, 2019
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 editor-hover Editor mouse hover suggest IntelliSense, Auto Complete verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants