Slim tables can contain HTML content. If content qualifies as HTML, it is passed to the SUT as HTML.

scenarios

variable defined: html=| !note > 50% (note) | | !meta < 50% (meta) |

variable defined: no_html=< 50%

scenario Content content is returned as out
check echo @content @out
set name @content

scenario And the SUT sees substring
ensure name contains @substring

Content

> 50% (note)

< 50% (meta)
is returned as

> 50% (note)

< 50% (meta)
And the SUT sees

> 50% (note)

And the SUT sees < 50% (meta)

Content < 50% is returned as < 50%
And the SUT sees < 50%