Allow <source> tags in rendered markdown (#172063)

Fixes #171330
This commit is contained in:
Matt Bierner
2023-01-23 12:07:25 -08:00
committed by GitHub
parent 2472a59bd6
commit e4b323c098
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const allowedHtmlTags = Object.freeze(['a',
'samp',
'small',
'small',
'source',
'span',
'strike',
'strong',