-
Hello, I have a problem with with the rendering in plainText. My problem is when i create my template i use variable My code : <Text>Votre code d'authentification est le suivant :</Text>
{exp("code")}
<Heading as="h2" style={{color: "#010c0f"}}><strong>{exp("code")}</strong></Heading>
<Text>Entrez ce code d'authentification pour valider votre demande.</Text> And what is returned :
What can i do for the |
Beta Was this translation helpful? Give feedback.
Answered by
maximekl
Aug 20, 2025
Replies: 1 comment 1 reply
-
Try to use <Heading as="h2" style={{color: "#010c0f"}}><strong><Raw>{exp("code")}</Raw></strong></Heading> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thx for the fast reply,
still give me :
But i can use directly some html-to-text options selectors :