이름에 있는 인용 부호가 인용 마크다운을 깨뜨립니다

  • Disable “prioritize username in UX”
  • Enable “display name on posts”
  • Have a user with quotes in their name
  • Try to quote them

Using single quotes in the markdown resolves this specific issue, but it would of course cause issues with names with a single quote, which is probably more common.

Is there a safe way of escaping quote characters in MD ?

2개의 좋아요

Contribute > Feature 기능 제안입니다 :zany_face:

1개의 좋아요

I’m afraid there isn’t :frowning:

The simplest and safest is to strip them, not ideal, but better than broken I guess? :man_shrugging:

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

2개의 좋아요

Wow, that was fast :slight_smile: Thank you!