Link in Markdown panel to saved objects page for the current Kibana space?

Can I specify a link in a Markdown panel that goes to the Saved Objects page:

/s/space-name/app/management/kibana/objects

for the current Kibana space (that is, without hardcoding the space name)?

If so, how?

#/management/kibana/objects gets expanded to:

/s/space-name/app/visualize#/management/kibana/objects

which isn't a valid Kibana URL. (Note the unwanted, in this case, /visualize#.)

Hi @GrahamHannington, I just tested: [test](management/kibana/objects) and this navigates me to that page in the current space.

Please note, I was testing this in master and there were some significant URL changes around 7.7 -> 7.9 releases. So it might be different for your version.

works for me in Kibana 7.11.2. Thank you!