X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.component.ts;h=0033fbf59f37c71bbf2fc563fcbb5f03384fd458;hb=0c302acb3c358b4d4d8dee45aed1de1108ea37ea;hp=cf66b817a64ab8a3316a47d515488f1994b3a103;hpb=371d4c60639e405ce8a503bea1395e9102fbba84;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index cf66b817a..0033fbf59 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts @@ -142,7 +142,11 @@ export class AccountsComponent implements OnInit, OnDestroy { } private async onAccount (account: Account) { - this.accountDescriptionHTML = await this.markdown.textMarkdownToHTML(account.description) + this.accountDescriptionHTML = await this.markdown.textMarkdownToHTML({ + markdown: account.description, + withEmoji: true, + withHtml: true + }) // After the markdown renderer to avoid layout changes this.account = account