Types/PSDevOps.WorkItem.Comment/get_Comment.ps1

$this.Text -replace
    '<br(?:/)?>', [Environment]::NewLine -replace
    '</div>', [Environment]::NewLine -replace
    '<li>',"* " -replace
    '</li>', [Environment]::NewLine -replace
    '\<[^\>]+\>', '' -replace
    '&quot;', '"' -replace 
    '&nbsp;',' ' -replace ([Environment]::NewLine * 2), [Environment]::NewLine