diff --git a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.ts b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.ts index 8999824e..cc08768e 100644 --- a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.ts +++ b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.ts @@ -6,7 +6,6 @@ import { Component, ElementRef, HostListener, - SecurityContext, Signal, WritableSignal, computed, @@ -462,7 +461,6 @@ export class ProductDetailComponent { md.use(MarkdownItGitHubAlerts); md.use(full); // Add emoji support const result = md.render(value); - this.sanitizer.sanitize(SecurityContext.HTML, result); return this.sanitizer.bypassSecurityTrustHtml(result); } } diff --git a/marketplace-ui/src/app/modules/release-preview/release-preview.component.html b/marketplace-ui/src/app/modules/release-preview/release-preview.component.html index a97aac52..7c74bf47 100644 --- a/marketplace-ui/src/app/modules/release-preview/release-preview.component.html +++ b/marketplace-ui/src/app/modules/release-preview/release-preview.component.html @@ -10,7 +10,6 @@

-