# 주제 발췌에서 따옴표 안의 이모지가 올바르게 표시되지 않음

**URL:** https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784
**Category:** UX
**Created:** [11월 10, 2020, 11:59오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784 "2020-11-10T23:59:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [11월 10, 2020, 11:59오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/1 "2020-11-10T23:59:15Z")

</div>

토픽 발췌문이 표시되는 고정된 게시물의 경우 — `/latest` 페이지 또는 해당 카테고리 페이지에서 — 이모지가 다음과 같이 표시됩니다:

- `":smile:"` 대신 “😄”
- `':smile:'` 대신 ‘😄’
- `":smile: some text"` 대신 “😄 some text”.

다음과 같은 경우 문제는 없습니다:

- “some text 😄 some text”
- “some text 😄”

큰 문제는 아니지만, 이 부분을 변경하거나 우회할 수 있는 방법이 있는지 궁금합니다.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [11월 11, 2020, 4:24오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/3 "2020-11-11T16:24:22Z")

</div>

이모지가 올바르게 작동하려면, 이모지 앞에 공백이 최소 한 개 있어야 합니다. 아래에 나와 있는 올바른 구문을 사용하면, 이모지가 발췌에서도 올바르게 표시됩니다:

- `" :smile: "`
- `' :smile: '`
- `" :smile:`
- `' :smile:`

이것은 버그가 아니므로 #contribute:ux로 이동합니다.

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [11월 11, 2020, 4:28오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/4 "2020-11-11T16:28:40Z")

</div>

정말 좋습니다, 감사합니다. 이런 내용은 어디에 문서화되어 있나요?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [11월 11, 2020, 4:33오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/5 "2020-11-11T16:33:01Z")

</div>

> <https://github.com/discourse/discourse/pull/8453>
>
> This replaces PR https://github.com/discourse/discourse/pull/7429
> See also http…s://meta.discourse.org/t/emoji-not-recognized-after-cyrillic-symbols/72091
> 
> \* FIX: Prepends whitespace when inserting via emoji picker
> \* FIX: Respect \`enable\_inline\_emoji\_translation\` setting in titles
> \* DEV: Reenable Emoji Picker tests
> 
> @jjaffeux Is it okay to reenable the emoji picker tests? I fixed them and they work in my dev environment, but I saw that you disabled them due to timeout errors this summer.

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [11월 11, 2020, 4:37오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/7 "2020-11-11T16:37:45Z")

</div>

Discourse 마크업(예: 따옴표 안에 이모지를 넣는 방법 등)에 대한 사용 가이드가 있을까요?

> [@dax](#):
>
> 즉, 올바른 구문을 사용하면 모든 이모지가 발췌에서도 올바르게 표시됩니다.

이렇게 시도해 보았지만, 따옴표가 “스마트 쿼트”로 변환되지 않고 "와 이모지 사이의 공백이 그대로 표시됩니다. 공백 문자가 표시되지 않는 좋은 방법이 있을까요? 감사합니다.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [11월 11, 2020, 4:48오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/9 "2020-11-11T16:48:36Z")

</div>

> [@Jonathan5](#):
>
> 따옴표가 “스마트 따옴표”로 변환되지 않아요.

사이트 설정의 `markdown typographer quotation marks` 항목을 확인해 보세요.

> [@Jonathan5](#):
>
> 공백 문자를 표시하지 않는 좋은 방법이 있을까요?

공백을 숨기는 방법은 없는 것 같습니다 🤔

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [11월 11, 2020, 4:58오후 UTC](https://meta.discourse.org/t/emoji-within-quotation-marks-not-displaying-correctly-in-topic-excerpt/169784/10 "2020-11-11T16:58:39Z")

</div>

감사합니다. 보통은 곡선 따옴표가 정상적으로 표시됩니다. 이번에는 그냥 복사해서 붙여넣겠습니다.
