Add:Full podcast episode description parsed and viewable in modal #492

This commit is contained in:
advplyr 2022-05-28 11:38:51 -05:00
parent c4bfa266b0
commit a394f38fe9
9 changed files with 150 additions and 10 deletions

View file

@ -3,7 +3,7 @@ const sanitizeHtml = require('../libs/sanitizeHtml')
function sanitize(html) {
const sanitizerOptions = {
allowedTags: [
'p', 'ol', 'ul', 'a', 'strong', 'em'
'p', 'ol', 'ul', 'li', 'a', 'strong', 'em'
],
disallowedTagsMode: 'discard',
allowedAttributes: {