Description Usage Arguments Value
Turns some text into an XML tag sanitizing the text to be suitable for
use as an XML tag, then wrapping it in <
and >
.
1 | txx_wrap_tag(tag, split_character = "¬", start = "<", end = ">")
|
tag |
The text to turn into a tag |
split_character |
For use in the structuring process. Should be a character that is not seen in the document. |
start |
The first character to wrap the text in |
end |
The last character to wrap the text in |
A character string of the text as an XML tag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.