make_div | R Documentation |
Create an xml document that contains two html_block elements that contain div tags.
make_div(what, fenced = TRUE)
what |
the class of block |
an xml document with commonmark namespace
Other div:
clean_div_tags()
,
find_between_tags()
,
find_div_pairs()
,
get_divs()
,
label_div_tags()
,
label_pairs()
,
make_div_pairs()
,
replace_with_div()
cha <- pegboard:::make_div("challenge")
cha
cat(pegboard:::xml_to_md(cha))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.