# 토픽 분할 후 인용이 포함된 모든 게시물에 'HTML 재구성' 적용

**URL:** https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224
**Category:** Feature
**Created:** [9월 22, 2021, 5:37오후 UTC](https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224 "2021-09-22T17:37:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![eisprinzessin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eisprinzessin/32/234408_2.png) [@eisprinzessin](https://meta.discourse.org/u/eisprinzessin)
#### Post date: [9월 22, 2021, 5:37오후 UTC](https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224/1 "2021-09-22T17:37:30Z")

</div>

며칠 전 일부 게시물을 새로운 주제로 옮겼는데, 새 주제 안의 모든 인용이 깨져 있는 것을 발견했습니다. 인용된 텍스트 자체는 정상이었지만:

- 특히 첫 번째 게시물에는 원본 스레드에서 가져온 인용이 포함될 수 있지만, 상단에 해당 링크가 없습니다.
- 인용을 확장하면 휴지통 아이콘이나 _X posts were split to a new topic:…_(X개의 게시물이 새 주제로 분리됨:…)라는 메시지가 보이지만, 전체 게시물은 표시되지 않습니다.
- 새 주제에서 이전 게시물로 이동하는 버튼이 없습니다.

이 모든 문제는 _Rebuild HTML_(HTML 재구성)을 선택하면 수정할 수 있지만, 저는 이제까지 이 기능이 있다는 사실을 알지 못했습니다. 그러나 게시물이 이동된 후 자동으로 이 처리가 이루어지지 않는 이유를 모르겠습니다.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [9월 28, 2021, 6:35오전 UTC](https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224/2 "2021-09-28T06:35:43Z")

</div>

이것은 버그인 것 같습니다. 여기서 자동으로 rebake를 큐에 넣어야 합니다.

@vinothkannans 이 문제를 재현하고, 항목을 이동할 때 baked\_version을 null로 설정하여 자동 rebake가 자동으로 큐에 추가되도록 확인해 주시겠어요?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [9월 30, 2021, 3:30오후 UTC](https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224/4 "2021-09-30T15:30:06Z")

</div>

여기서 이제 수정되었습니다

> <https://github.com/discourse/discourse/pull/14483>
>
> Previously, quotes from original topics are rendered incorrectly since the moved… posts are not rebaked.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [1월 17, 2022, 8:09오후 UTC](https://meta.discourse.org/t/apply-rebuild-html-to-all-posts-with-quotes-after-splitting-a-topic/204224/5 "2022-01-17T20:09:37Z")

</div>


