I am using the r package learnr and would like all links (to external material) to open in a new tab. I could probably just add
<base target="_blank">
but I don't know how to add header tags in learnr. I believe this isn't possible in ordinary markdown. I know I can just type the html for each external link but that is a real drag.