Hey I realizing changing the responses in the Discobot tutorial may not necessary change the accepted answers or is not working. The two times I tried to edit the links to copy and paste they went missing.
I’m not sure if this caused the problem or if theres another place where the answers would be held. But it wasn’t accepting the links.
I can confirm that adding a custom link does clear all of the links in discourse_narrative_bot.new_user_narrative.onebox.instructions. The surrounding < >are not shouldn’t be the issue as they are simply to ensure the link is displayed ‘as is’ and not oneboxed.
I’m afraid I do not know whether this is expected or not as yet. But in the meantime I suggest resetting the field and using the existing ones.
Okay, scrap that answer. I think I know what’s happening. The < > that ensure the links stay as text and aren’t oneboxed are making the sanitizer think they’re some HTML code that’s not allowed to be in there and is cleaning them up on save.
But if you hyperlink the address in markdown instead then this seems to work as you want it to. eg
I tried using the following [https://meta.discourse.org](https://meta.discourse.org) however I found no success, thanks for taking a deep look into it though.
Hmmm. It worked for me. You may be hitting the problem in the other recent Discobot-related topic - Discobot didn't recognize link in tutorial Could you give that a look over and see if it sounds familiar?
Looking at your screenshot it doesn’t look like your link oneboxed up, so it could be that.
Thanks, @JammyDodger happy new year. Just following up on this issue. Would love to know if these changes can be made as a Discourse admin or you need to go into the source code to change?