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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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',

View file

@ -1436,6 +1436,7 @@ export const basicMarkupHtmlTags = Object.freeze([
'samp',
'small',
'small',
'source',
'span',
'strike',
'strong',