Style your descriptions
Fluxiom gives you the ability to style text in several places with Textile a lightweight markup language. You can use textile to highlight text, create links and many more things. You can use textile in the following places:
- to style the description text of an asset (see example below).
- to style the message on your Fluxiom Inbox.
- to style the description text of your stages.
Basic text formatting
*this text is bold*
gets this text is bold
_this text is in italics_
gets this text is in italics
create headlines
<p><code>h3. This is a headline</code></p>
will be displayed as
This is a headline
The number is the importance level. E.g h1.
is more important then h2.
and and will be displayed with a larger font.
create an unordered list
* Item in a bulleted list
* Another item in a bulleted list
will be displayed:
- Item in a bulleted list
- Another item in a bulleted list
create an ordered list
# Item in a numbered list
# Another item in a numbered list
will be displayed:
- Item in a numbered list
- Another item in a numbered list
To insert a link
"Fluxiom":https://www.fluxiom.com
will create a hyperlink and is displayed:
To insert an e-mail link
<p><code>"e-mail me":mailto:[email protected]</code></p>
will create a hyperlink and this link will open the local e-mail client:
More options
For more detailed documentation on what you can do with Textile take a look at The Textile Markup Reference.
Browse Help Topics…