&hl(sub { print shift },
[table => {border => 2, width => '80%'},
[tr =>
[td => {nowrap => &hl_bool(1)}, 'This & that'],
[td => {nowrap => &hl_bool(0)}, 'This is not bold'],
[td => [b => 'But this is']],
[td => &hl_noquote('And so is this')]]]);
####
| This & that |
<b>This is not bold</b> |
But this is |
And so is this |