Platform
Using HTML in strings
Platform
Using HTML in strings
You can use basic HTML tags to format strings in your YAML Flow definitions. The following tags and attributes are supported:
<b>
<i>
<u>
<a href="..." target="...">
<br>
<p>
<img src="..." alt="...">
<div>
<span>
The style
and class
attributes can be used to style all of the above elements.
Example
title: This title is <b>really</b> important