Hey there,
We have encountered a problem with the Checkboxes and Multiple Choice with Hints and Feedback components.
We wanted to put links in the feedback and answer texts. However, when we do this with the usual markdown notation, they are not identified or output as links.
Just to mention it, the “plugin” — which the thread you cited is referring to — is a separate XBlock. In other words, you shouldn’t expect its functionality (or configuration) to apply in other XBlocks, XModules, or Components — like Problem Components, which is what you are using.
What the documentation mentions as Markdown formatting for those Problem Components has nothing to do with the Markdown XBlock. I’m not sure if links in Problem feedback are expected to work, but if they are not, enabling the Markdown XBlock won’t change that.
Conversely, as you mention, in units/verticals where you use the actual Markdown XBlock, links should work just fine.
Hi Nicole,
Were you able to find a solution? I tested and looks like markdown (or html tags) are not supported in the hints. Looks like something that could be fixed, as tips and other parts do support this kind of content.