atx_header | R Documentation |
Produces the ATX-style markdown header (i.e., a number of hashes) for the input header level.
atx_header(level)
level |
numeric; Integer number of header level. |
String of ATX-style markdown header.
h1 <- atx_header(1) h2 <- atx_header(2) h3 <- atx_header(3) h4 <- atx_header(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.