테마 설치 래프(wrap)의 따옴표가 편집 후 사라진 것을 확인했습니다.
이것은 RTE(리치 텍스트 에디터) 때문인 것 같습니다. 최소 재현 단계를 찾아보았습니다:
- 마크다운 모드에서 작성기에 다음 내용을 붙여넣으세요.
[wrap=theme-install-button repo-name="Homepage Feature" repo-url=https://github.com/discourse/discourse-homepage-feature-component]
Install this theme component
[/wrap]
test
- 토글을 사용하여 RTE 모드로 전환하세요.
- 다시 토글을 사용하여 “Homepage Feature” 주위의 따옴표가 여전히 있는지 확인하세요. 제 테스트에서는 예상대로 따옴표가 존재했습니다.
- 초안(draft)에 #official을 추가하세요.
[wrap=theme-install-button repo-name="Homepage Feature" repo-url=https://github.com/discourse/discourse-homepage-feature-component]
Install this theme component
[/wrap]
test #official
- 다시 RTE로 전환한 후 마크다운 모드로 돌아오세요.
예상 결과: 따옴표가 여전히 존재합니다.
실제 결과: 따옴표가 누락되어, 버튼을 사용하는 사용자에게 "Homepage"를 설치할 것인지 묻게 됩니다.
