Closed nitrocode closed 6 years ago
I did not find a way to do this in pandoc automatically. The command below from a post on stackoverflow will open all links in a new tab.
sed -i 's|href="http|target="_blank" href="http|g' output/resume.html
I did not find a way to do this in pandoc automatically. The command below from a post on stackoverflow will open all links in a new tab.