# 카테고리 설명 - '이 카테고리에 대하여' 주제의 전체 HTML 포함

**URL:** https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273
**Category:** Support
**Created:** [12월 29, 2019, 2:35오전 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273 "2019-12-29T02:35:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![klayemore](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/klayemore/32/138632_2.png) [@klayemore](https://meta.discourse.org/u/klayemore)
#### Post date: [12월 29, 2019, 2:35오전 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273/1 "2019-12-29T02:35:24Z")

</div>

안녕하세요. 기본적으로 홈페이지의 카테고리 설명은 ‘이 카테고리에 대해’ 주제의 첫 줄 텍스트를 표시합니다. 대신 전체 HTML을 포함할 수 있을까요? 카테고리 설명에 텍스트와 함께 몇 가지 항목(dot points, li 태그)을 포함하고 싶습니다. 감사합니다.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [12월 29, 2019, 10:08오전 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273/2 "2019-12-29T10:08:33Z")

</div>

그렇게 할 수 있다고 생각합니다. HTML보다는 마크다운을 권장합니다.

---

<div class="post-metadata">

### Author: ![klayemore](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/klayemore/32/138632_2.png) [@klayemore](https://meta.discourse.org/u/klayemore)
#### Post date: [12월 29, 2019, 8:25오후 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273/3 "2019-12-29T20:25:51Z")

</div>

이 작업을 어떻게 수행할 수 있을까요? 스레드는 마크다운으로 작성되지만, 카테고리 설명에는 렌더링된 HTML에서 첫 번째

태그만 포함됩니다. 감사합니다.

---

<div class="post-metadata">

### Author: ![klayemore](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/klayemore/32/138632_2.png) [@klayemore](https://meta.discourse.org/u/klayemore)
#### Post date: [12월 30, 2019, 6:40오전 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273/4 "2019-12-30T06:40:39Z")

</div>

참고로, 로드 시 JS로 HTML을 다시 작성하여 이 문제를 우회했지만, 토픽 업데이트가 반영되지 않으므로 이상적인 해결책은 아닙니다:

`$(".category-list tr[data-category-id='5'] .category-description").html('Lorem Ipsum<ul><li>Bullet 1</li><li>Bullet 2</li></ul>');`

같은 질문이 있는 다른 토픽도 찾았습니다: [https://meta.discourse.org/t/how-to-show-more-than-one-line-of-the-category-description-when-viewing-from-parent-category/133593](https://meta.discourse.org/t/how-to-show-more-than-one-line-of-the-category-description-when-viewing-from-parent-category/133593)

---

<div class="post-metadata">

### Author: ![poglazoff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/poglazoff/32/220132_2.png) [@poglazoff](https://meta.discourse.org/u/poglazoff)
#### Post date: [11월 22, 2021, 4:11오후 UTC](https://meta.discourse.org/t/category-descriptions-include-full-html-from-about-this-category-topic/137273/5 "2021-11-22T16:11:37Z")

</div>

가장 좋은 방법은 무엇인지 알려주실 수 있나요? JS를 사용하는 것이 유일한 방법인가요?
