confl_contentbody | R Documentation |
Converts between content body representations
confl_contentbody_convert(
x,
from = c("wiki", "storage", "editor", "view", "export_view", "styled_view"),
to = c("storage", "editor", "view", "export_view", "styled_view")
)
x |
The content body to convert. |
from |
The format to convert from. |
to |
The format to convert to. |
The API response as a list.
https://docs.atlassian.com/ConfluenceServer/rest/latest/
## Not run:
# Convert to a Math macro
confl_contentbody_convert("\\[1+1=2\\]")
# Convert to an Expand macro
confl_contentbody_convert("{expand}detail is here {expand}")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.