I was trying to link images in markdown content, and with relative links it works when page is directly opened, but stops working when we click into any href #id links as it appends to the url of page (need ../ in path then)…
That’s kind of an unexpected behavior, can we access base_url of the page so we can link absolutely to a URL?
Also sometimes accessing current page variables like this.xyz is useful, I didn’t found any docs pointing towards it unfortunately