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#.)