# „boxed“ 영역 안의 줄 렌더링이 여러 줄에서 한 줄로 변경됨

**URL:** https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200
**Category:** UX
**Created:** [10월 5, 2023, 7:39오후 UTC](https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200 "2023-10-05T19:39:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RBoy](https://avatars.discourse-cdn.com/v4/letter/r/2bfe46/32.png) [@RBoy](https://meta.discourse.org/u/RBoy)
#### Post date: [10월 5, 2023, 7:39오후 UTC](https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200/1 "2023-10-05T19:39:03Z")

</div>

이 문제는 최근에 시작되어 보입니다. 3.1.1 버전([0612f0d5b6](https://github.com/discourse/discourse/commits/0612f0d5b60708cadffc8b7ebad1419eda96f60b))을 설치했습니다. 정확히 언제 변경되었는지는 모르지만, 이 콘텐츠가 이제 다르게 렌더링되고 있습니다.

샘플은 다음과 같습니다.

```plaintext
Some text before the box
> Line 1
Line 2
Line 3

```

여기서는 이렇게 렌더링됩니다:

* * *

Some text before the box

> Line 1  
> Line 2  
> Line 3

* * *

하지만 제 사이트에서는 다음과 같이 렌더링됩니다:

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/0/9/609f0275dbbd326c51eea5a75ab6f7cbb65300e3.png)

왜 모든 줄이 한 줄로 렌더링되는 것일까요? 이전처럼, 즉 여기에서 렌더링되는 것처럼 여러 줄로 렌더링되게 하려면 어떻게 해야 하나요?

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [10월 5, 2023, 7:42오후 UTC](https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200/2 "2023-10-05T19:42:06Z")

</div>

사이트에서 `traditional_markdown_linebreaks` 설정을 비활성화해 보시겠어요?

---

<div class="post-metadata">

### Author: ![RBoy](https://avatars.discourse-cdn.com/v4/letter/r/2bfe46/32.png) [@RBoy](https://meta.discourse.org/u/RBoy)
#### Post date: [10월 5, 2023, 7:47오후 UTC](https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200/3 "2023-10-05T19:47:38Z")

</div>

네, 그 방법으로 해결되었습니다. 변경 사항이 적용되려면 HTML을 다시 빌드해야 했습니다. 이 UI 동작이 변경된 이후에 수정되었을 수 있는 게시물에 대해서만 HTML을 다시 빌드해야 하는 건지, 아니면 모든 게시물에 대해 다시 빌드해야 하는 건가요?

이 동작은 언제 변경되었나요?

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [10월 6, 2023, 5:41오후 UTC](https://meta.discourse.org/t/rendering-of-lines-inside-boxed-area-changed-from-multiple-lines-to-a-single-line/281200/4 "2023-10-06T17:41:06Z")

</div>

저희 설치 환경에서는 기본적으로 비활성화되어 있는 설정이었으므로, 기본값이 변경되었거나 다른 관리자 중 한 명이 설정을 변경한 것일 수 있습니다.
