Drupal force text to be markup

Submitted by barnettech on
use Drupal\Core\Render\Markup;
$link_text = Markup::create('' . $title . '');