I noticed that the quotation marks within the theme install wrap on Homepage Feature had disappeared after an edit.
I think the RTE caused this. I tried to find a minimal repro:
- Paste the following into the composer in markdown mode
[wrap=theme-install-button repo-name="Homepage Feature" repo-url=https://github.com/discourse/discourse-homepage-feature-component]
Install this theme component
[/wrap]
test
- Use the toggle to switch to RTE
- Use the toggle again to check whether the quotation marks around “Homepage Feature” are still there. In my testing they were there as expected.
- Add official to the draft
[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
- Toggle to RTE again and toggle back to Markdown mode
Expected result: The quotation marks are still there.
Actual result: The quotation marks are missing, which results in users using the button being asked if they want to install “Homepage”.
