title: Strong
'@id': stencila:Strong
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
description: Strongly emphasised textual content.
properties:
  content:
    '@id': 'stencila:content'
    description: The content that is strongly emphasised.
    type: array
    items:
      $ref: InlineContent.schema.yaml
required:
  - content
