I want to place a link to a local html file that should be opened into a different browser tab from Jupyter Lab, instead of being opened by the jupyter server as text.
Currently if I do [link description](link_file.html) then it is opened as text by Jupyter Lab. Note that I prefer a markdown solution instead of something like this.