Merge pull request #215 from suissa/patch-3

Update typebot.service.ts - element.underline change ~ for *
This commit is contained in:
Davidson Gomes 2023-11-29 08:47:52 -03:00 committed by GitHub
commit 1a57f4f33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,7 @@ export class TypebotService {
} }
if (element.underline) { if (element.underline) {
text = `~${text}~`; text = `*${text}*`;
} }
if (element.url) { if (element.url) {