When adding a link using the standard [text](url) markdown syntax the link is opened in the component's iframe. The markdown engine doesn't seem to support the syntax [text](url){target="_parent"} as this just renders in plain text when added. Trying to manually insert html also doesn't work.
Is there a way to get the links to open in the parent tab not the component iframe?