Skip to content

Commit ff99db8

Browse files
committed
1 parent 08f8499 commit ff99db8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vs/base/browser/markdownRenderer.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ export function renderMarkdown(markdown: IMarkdownString, options: MarkdownRende
195195
'iframe': ['allowfullscreen', 'frameborder', 'src'],
196196
'img': ['src', 'title', 'alt', 'width', 'height'],
197197
'div': ['class', 'data-code'],
198-
'span': ['class']
198+
'span': ['class'],
199+
// https://github.com/microsoft/vscode/issues/95937
200+
'th': ['align'],
201+
'td': ['align']
199202
}
200203
});
201204

0 commit comments

Comments
 (0)