This commit is contained in:
Pine Wu
2020-04-24 13:26:17 -07:00
parent 08f8499e93
commit ff99db8ca3
+4 -1
View File
@@ -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']
}
});