Here are some relative links and anchor links.
{alt='a random picture of a kitten'}
Here is an example of the utils::strcapture()
function
sourcepos <- c("2:1-2:33", "4:1-7:7")
pattern <- "([[:digit:]]+):([[:digit:]]+)-([[:digit:]]+):([[:digit:]]+)"
proto <- data.frame(
linestart = integer(), colstart = integer(),
lineend = integer(), colend = integer()
)
utils::strcapture(pattern, sourcepos, proto)
Inline math can be written as $y = mx + b$ while block math should be:
$$ y = mx + b $$
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.