| md_label | R Documentation |
Create the link labels that can latter be referred to with a link reference
from md_reference().
md_label(text, label, ..., .name = FALSE)
text |
The text in the document to be hyperlinked. |
label |
A link label that is referenced elsewhere in the document. |
... |
A sequence of |
.name |
logical; if |
A link label begins with a left bracket and ends with the first right bracket that is not backslash-escaped. Between these brackets there must be at least one non-whitespace character.
A single glue vector of length equal to that of label and url,
with elements the concatenated arguments.
Other leaf block functions:
md_blank(),
md_chunk(),
md_fence(),
md_heading(),
md_indent(),
md_paragraph(),
md_reference(),
md_rule(),
md_setext(),
md_table()
md_label(CRAN = "The CRAN website")
md_label(text = c("one", "two"), label = 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.