3252086: Allow special characters to be rendered in captions.
This allows special characters (including apostrophes) to be rendered in menu item captions.
Rather than using a combination of Html::escape and a #markup render array, here the caption is passed into a #plain_text render array. The caption is autoescaped by Twig on the front-end.