How do I use a break tag? (<br>) #427
Answered
by
amannn
guifeliper
asked this question in
Q&A
-
Hello guys, I would imagine the implementation would be something like
Can you help me to implement a brake tag? |
Beta Was this translation helpful? Give feedback.
Answered by
amannn
Jul 27, 2023
Replies: 1 comment 1 reply
-
The ICU parser doesn't support self-closing tags at this point, therefore you have to use I've also added a note about this in the rich text docs. Thank you for the great question! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
guifeliper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ICU parser doesn't support self-closing tags at this point, therefore you have to use
<br></br>
.Working example
I've also added a note about this in the rich text docs. Thank you for the great question!