Style: *em*, **strong**, ***strong, with stars***, *broken `em`.

----------

(Document
  (Paragraph
    'Style: '
    HighlightedRegion(content=['em'], color='em')
    ', '
    HighlightedRegion(content=['strong'], color='strong')
    ', '
    HighlightedRegion(content=['*strong, with stars*'], color='strong')
    ', *broken '
    NoWrapRegion(content=[HighlightedRegion(content=['em'], color='role/literal')])
    '.'))
