# 이모지가 \<small\> 블록 안에서 가끔 작동하지 않아요

**URL:** https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123
**Category:** Bug
**Created:** [11월 1, 2023, 2:50오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123 "2023-11-01T14:50:21Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [11월 1, 2023, 2:50오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/1 "2023-11-01T14:50:21Z")

</div>

이모지가 블록 안에 렌더링되지 않는 것 같습니다.

 

예전에는 렌더링되던 것 같습니다.

수정: 아, 일관성이 없네요. 여기 몇 가지 사례를 올립니다:

* * *
:exploding\_head:
* * *

hello  
  
 🤯

* * *

## 🤯

소스:

```plaintext

---
<small>
:exploding_head:
</small>

---

hello
<small>
:exploding_head:
</small>

---
<small>:exploding_head:</small>
---

```

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [11월 1, 2023, 2:51오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/2 "2023-11-01T14:51:05Z")

</div>

🤯

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [11월 1, 2023, 2:53오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/3 "2023-11-01T14:53:12Z")

</div>

🚀 🤯 🙃 🤗

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [11월 1, 2023, 2:54오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/4 "2023-11-01T14:54:15Z")

</div>

문제는 공백 뒤에 줄바꿈된 개 태그, 그리고 그 뒤에 콜론 이모지 코드가 오는 것 같습니다.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [11월 1, 2023, 4:48오후 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/5 "2023-11-01T16:48:17Z")

</div>

`<small>` 태그에 특화된 것으로 보이지 않습니다(허용된 모든 태그를 테스트하지는 않았습니다). 항상 이런 방식이었는지 기억이 나지 않습니다.

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/9/e/89eac50966ff64d9c6192640c80a65b34837b590.png)

---

<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: [11월 2, 2023, 4:49오전 UTC](https://meta.discourse.org/t/emoji-sometimes-dont-work-inside-small-blocks/284123/6 "2023-11-02T04:49:39Z")

</div>

이것은 markdown.it 구현 방식과 인라인 HTML 및 블록 HTML 처리 방식에 관한 것입니다.

 ![image](https://global.discourse-cdn.com/meta/original/4X/5/c/3/5c3c78b75792aa310b380659bd4c4f3cf091ba97.png)

첫 번째 예시는 HTML 블록이므로 인라인 룰러가 실행되지 않습니다.

이것은 의도된 동작이라고 생각합니다. @Vitaly 님에게 알립니다.
