fence_theorems {bookdown} | R Documentation |
This function converts the syntax ```{theorem, label, ...} to ::: {.theorem #label ...} (Pandoc's fenced Div) for theorem environments.
fence_theorems(input, text = xfun::read_utf8(input), output = NULL)
input |
Path to an Rmd file that contains theorem environments written in the syntax of code blocks. |
text |
A character vector of the Rmd source. When |
output |
The output file to write the converted input content. You can
specify |
If output = NULL
, the converted text is returned, otherwise
the text is written to the output file.
Learn more about theorems and proofs and custom blocks in the bookdown book.