Can I create links with 'target="_blank"' in JSON panels?

My shcema:

{
	"type": "array",
	"items": {
		"type": "object",
		"properties": {
			"id": {
				"$ref": "#/definitions/text",
				"label": "ID"
			},			
			"link": {
				"$ref": "#/definitions/text"
			}
		}
	}
}

I can set link:

[link](url)

But how to set link with ‘target="_blank"’ ? The following syntax does not work:

[link](url){:target="_blank"}

Hi @Alex
Would External Links work for your use case? AFAIK, the basic version of markdown does not support target links. Kramdown would support it though. Let me check with the team regardless :slight_smile: