how to handle text with \n
amananku-pintar opened this issue · 0 comments
amananku-pintar commented
i some text which includes \n that represent line break
ex: My name is XYZ \n I am working in a startup \n i am a software engineer
is it possible to replace this \n with
?
final output be
My name is XYZ
I am working in a startup
i am a software engineer