Breaklines character

Good morning,

I have an easy question about the text field when in the string I have breaklines. I have seen that in this moment when I read the index field I something like this:

"enEN" : """- Characteristics of the game:
 Good leveling.
 Good rewards
"""

The 2 and 3 line appears with a different color and I think that the correct should be:

"- Characteristics of the game:\nGood leveling. \nGood rewards"

Is it correct with this character to breakline?

Thanks forthe help.

1 Like

It looks good to me. Why do you think the way Kibana prints your data is incorrect?

The text appears in different color and I though that the problem was any character like ' or the breakline.

Are the same the two options?

Thanks

I think you are using Kibana Dev Tools here. It might have some issues to render properly the content of a json _source field. It should not be an issue in your application.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.