Clicking on a relative link in a markdown panel loads the home page, because the base64 string on the URL bar gets corrupted by the relative link.
Vue has a "directive" feature that can intercept clicks and process them; use that to update the splitview layout object correctly.
https://v2.vuejs.org/v2/guide/custom-directive
@tschlenther