Configuration #
Use of markup #
Usage: To use markup there’s another setting <executor.markup.true>
which has to be included somewhere in the output to activate markup.
Example: The following command is an example for using markup with different colors and some italic text, all inside one command. You can find other attributes like font_family
or size
here.
echo "<executor.markup.true> <span foreground='blue'>Blue text</span> is <i>cool</i>! <span foreground='red'>Red text</span> is cool too"
This produces the following output:
Note: Due to a
bug in ClutterText there is an empty space in front of the first <span>
tag required