Use this alias to remove those.
Code:
alias noHTML return $regsubex($1, /<[^>]+(?:>|$)|^[^<>]+>/g, $null)

echo -a $nohtml(%temp)