Files
vscode/src/vs/workbench/api/common
Matt Bierner 8b7264a91d Add MarkdownString.supportsHtml (#132182)
Fixes #40607

This change introduces a new `supportsHtml` property on `MarkdownString` that can be used to enable rendering of a safe subset of tags and attributes inside of markdown strings

For backwards compatibility, `supportsHtml` will default to false and must be explicitly enabled by extensions

This PR will need to go in after we adopt dompurify (#131950) which should provide better control over how we actually go about sanitizing rendered html
2021-09-03 12:33:00 -07:00
..
2021-09-03 13:47:01 -04:00
2021-07-09 09:22:56 -07:00
2021-09-03 13:47:01 -04:00
2021-07-16 14:37:15 +02:00
2021-08-23 15:00:19 +02:00
2021-08-24 14:37:21 -07:00