st_ner_annotate icon indicating copy to clipboard operation
st_ner_annotate copied to clipboard

Issues with newline characterr

Open kawsarnoor opened this issue 1 year ago • 1 comments

Hi, I'm not able to add line breaks between lines? e.g.

line1 \n\nl line2

get rendered as

line1 line2

If I look at the htlm being formed I can also see that the newline characters have been removed. Any thoughts?

kawsarnoor avatar Jan 24 '24 09:01 kawsarnoor

Hi @prasadchandan, do you have any insight on this issue? I've looked into the code and rendered HTML. It seems line breaks are contained in generated text but are not rendered.

astrologos avatar Apr 17 '24 20:04 astrologos