mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 07:09:53 +01:00
Fix #95937
This commit is contained in:
@@ -195,7 +195,10 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
|
||||
'iframe': ['allowfullscreen', 'frameborder', 'src'],
|
||||
'img': ['src', 'title', 'alt', 'width', 'height'],
|
||||
'div': ['class', 'data-code'],
|
||||
'span': ['class']
|
||||
'span': ['class'],
|
||||
// https://github.com/microsoft/vscode/issues/95937
|
||||
'th': ['align'],
|
||||
'td': ['align']
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user