# Breaklines character

**URL:** https://discuss.elastic.co/t/breaklines-character/343840
**Category:** Elasticsearch
**Created:** [September 26, 2023, 7:49am UTC](https://discuss.elastic.co/t/breaklines-character/343840 "2023-09-26T07:49:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Kirtash](https://avatars.discourse-cdn.com/v4/letter/k/a8b319/32.png) [@Kirtash](https://discuss.elastic.co/u/Kirtash)
#### Post date: [September 26, 2023, 7:49am UTC](https://discuss.elastic.co/t/breaklines-character/343840/1 "2023-09-26T07:49:23Z")

</div>

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:

```auto
"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:

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

```

Is it correct with this character to breakline?

Thanks forthe help.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 26, 2023, 11:11am UTC](https://discuss.elastic.co/t/breaklines-character/343840/2 "2023-09-26T11:11:50Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Kirtash](https://avatars.discourse-cdn.com/v4/letter/k/a8b319/32.png) [@Kirtash](https://discuss.elastic.co/u/Kirtash)
#### Post date: [September 27, 2023, 6:29am UTC](https://discuss.elastic.co/t/breaklines-character/343840/3 "2023-09-27T06:29:58Z")

</div>

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

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [September 27, 2023, 11:50am UTC](https://discuss.elastic.co/t/breaklines-character/343840/4 "2023-09-27T11:50:31Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 25, 2023, 11:51am UTC](https://discuss.elastic.co/t/breaklines-character/343840/5 "2023-10-25T11:51:21Z")

</div>

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