About
underline is a typographic effect that underlines a sequence of characters.
Syntax and Example
Markup
You needs to wrap your words with two under characters __.
- Syntax
This text is not underlined while __this one is__
- Output:
This text is not underlined while this one is
Attribute
You can also use the underline boolean attribute .
Example:
- with the itext component
This text is not underlined while <itext underline>this one is</itext>
This text is not underlined while this one is
- or with a link
This [[?underline=false|link]] is not underlined while [[?underline|this one]] is.