]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance.service.ts
feat(about): render images in markdown (#5732)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance.service.ts
index f5b2e05dbf28f2e96c10b08f92d77d43ff5aebc2..2defffbbedbfcd9c940c2590034cbafd043ce04b 100644 (file)
@@ -56,7 +56,7 @@ export class InstanceService {
     }
 
     for (const key of Object.keys(html)) {
-      html[key] = await this.markdownService.textMarkdownToHTML({ markdown: about.instance[key] })
+      html[key] = await this.markdownService.enhancedMarkdownToHTML({ markdown: about.instance[key] })
     }
 
     return html