2.8 Website Examples

Yet again you can use a link to a website like so:

A Website

You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once.

A Website

Or, you can embed some websites.

2.8.1 Using knitr

This works:

2.8.2 Using HTML

If you’d like the URL to show up in a new tab you can do this:

<a href="https://www.linkedin.com" target="_blank">LinkedIn</a>