Description Usage Arguments Value Examples
Produces the ATX-style markdown header (i.e., a number of hashes) for the input header level.
1 | atx_header(level)
|
level |
numeric; Integer number of header level. |
String of ATX-style markdown header.
1 2 3 4 | 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.