mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.62k stars 756 forks source link

Links in HTML should open in a new tab #41

Closed nitrocode closed 6 years ago

nitrocode commented 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