Wraps text in a HTML tag.
<!-- Wrap the string "Hello, World" in a P tag --><wrap-tag tag="p" dst="paragraph">Hello, World!</wrap-tag><echo>${paragraph}</echo>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
tag |
Tag | text | No | "span" |
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
dst |
Destination | reference | No | ||
if |
Conditional expression | expression | No | yes |
|
value |
Value | expression | No | None |