feat: Add support for markdown in messages (#1642)

Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas 2021-01-15 14:40:50 +05:30 committed by GitHub
parent 5adbc84e0c
commit a5c3c4301c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 208 additions and 40 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="message-text__wrap">
<span v-html="message"></span>
<div class="text-content" v-html="message"></div>
</div>
</template>