codeStringWithMarkup: unescapeHTML()

in src/components/card/card-body.ts [146:156]


          codeStringWithMarkup: unescapeHTML(codeString),
          language: snippetLanguage?.trim() !== '' ? snippetLanguage : '',
          hideLanguage: this.props.hideCodeBlockLanguage,
          wrapCodeBlock: this.props.wrapCode,
          unlimitedHeight: this.props.unlimitedCodeBlockHeight,
          codeBlockActions: !isBlockCode
            ? undefined
            : {
                ...Config.getInstance().config.codeBlockActions,
                ...this.props.codeBlockActions
              },