Not able to display new line? #2283
Replies: 1 comment
-
This is probably related to react and or your UI component... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found it seems this package can't display new line character in json file. My json file is like this:
{"key": "a\nb"}
My expected result is:
a
b
a and b should be in different lines.
But in my webpage, a and b are showing up in the same line.
May I know is it my fault?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions