Emoji within quotation marks not displaying correctly in topic excerpt

For pinned posts where a topic excerpt is displayed — on the /latest page or the relevant category page — the emoji is displayed as, for example:

  • ":smile:" rather than “:smile:
  • ':smile:' rather than ‘:smile:
  • ":smile: some text" rather than “:smile: some text”.

The following are fine:

  • “some text :smile: some text”
  • “some text :smile:

This isn’t a huge problem but I wonder whether it’s something that could be changed or worked around.

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

  • " :smile: "
  • ' :smile: '
  • " :smile:
  • ' :smile:

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

6개의 좋아요

That’s great, thanks. Where is this sort of thing documented?

https://github.com/discourse/discourse/pull/8453

4개의 좋아요

Is there a user’s guide about Discourse’s markup (eg including how to put emojis in quotation marks)?

I’ve tried this — the quotation marks don’t convert turn into “smart quotes” and the space between the " and the emoji is displayed. Is there a good way of not displaying the space character? Thank you.

See the site setting markdown typographer quotation marks

I don’t think there is a way to hide the space :thinking:

2개의 좋아요

Thanks for this. Normally the curly quotation marks do appear. I’ll just cut and paste them in this case.