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

View File

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