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

HTML inside intellisense popup not rendering #557

Closed
borlak opened this issue Dec 21, 2017 · 2 comments
Closed

HTML inside intellisense popup not rendering #557

borlak opened this issue Dec 21, 2017 · 2 comments

Comments

@borlak
Copy link

borlak commented Dec 21, 2017

screen shot 2017-12-20 at 4 00 20 pm

In the screenshot, you can see the "p" and "br" tags are not rendered. I don't know if I need another extension to do this properly -- I searched the extensions and didn't see anything that seemed to fit.

I'm on a Mac, using Code version 1.19.1 and the intellisense extension version 2.1.0.

@felixfbecker
Copy link
Owner

This is controlled by vscode - Markdown can contain HTML, but vscode chooses to escape all HTML. Imo simple HTML like p/b/ul/li etc should be whitelisted, there are npm modules that do this easily.

@felixfbecker
Copy link
Owner

This issue was moved to microsoft/vscode#40607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants