# 이모지 바로 가기 설정에서 백슬래시로 이스케이프할 수 있어야 합니다

**URL:** https://meta.discourse.org/t/enable-emoji-shortcuts-setting-should-allow-escaping-with-backslashes/177210
**Category:** UX
**Tags:** markdown, pr-welcome
**Created:** [1월 25, 2021, 8:01오후 UTC](https://meta.discourse.org/t/enable-emoji-shortcuts-setting-should-allow-escaping-with-backslashes/177210 "2021-01-25T20:01:06Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![Rhababo](https://avatars.discourse-cdn.com/v4/letter/r/5fc32e/32.png) [@Rhababo](https://meta.discourse.org/u/Rhababo)
#### Post date: [9월 14, 2023, 5:29오후 UTC](https://meta.discourse.org/t/enable-emoji-shortcuts-setting-should-allow-escaping-with-backslashes/177210/13 "2023-09-14T17:29:23Z")

</div>

포럼의 한 사용자가 이 서식 문제를 불평했고, 우리 사용 사례에 대한 해결책으로 이모지 자동완성을 비활성화했지만, discourse가 markdown-it v13으로 업그레이드된 지 꽤 됐는데도 문제가 지속되는 반면, [https://markdown-it.github.io/](https://markdown-it.github.io/) 에서는 백슬래시 이스케이프가 작동합니다.

여기에서 표시된 것처럼 ember.js가 여전히 markdown v12에 의존하고 있기 때문일 수 있나요?

> [@멀티사이트 빌드 오류: #\<MiniRacer::RuntimeError: Error: Parser rule not found: fragments\_join\>](https://meta.discourse.org/t/multisite-build-error-miniracer-error-parser-rule-not-found-fragments-join/239265/6):
>
> Hmm interesting, let’s see: play_button `yarn why` So discourse’s package.json is requesting 13.0.1, ember-cli’s own package.json [requests 12.0.4](https://github.com/ember-cli/ember-cli/blob/53b5dcc903abc96a3d66f16804fa56b85e32c101/package.json#L104-L105), and markdown-it-terminal [requires 8.4.2](https://github.com/trabus/markdown-it-terminal/blob/3afe70d8a0d565e3107e0a96b5a728876589dbb7/package.json#L35). Anyway, in theory this should all be invisible. Discourse itself is asking for 13.0.1, and so the version in app/assets/javascripts/node\_modules/markdown-it should be 13.0.1. The other older versions will be made available to their respective parents. Given that we’re not seeing this internally, and this is only happe…

---

_[View the full topic](https://meta.discourse.org/t/enable-emoji-shortcuts-setting-should-allow-escaping-with-backslashes/177210)._
