Mark - strong

Purpose

The strong mark sets strong styling. This mark applies to text nodes.

Example

1
2
{
  "type": "text",
  "text": "Hello world",
  "marks": [
    {
      "type": "strong"
    }
  ]
}

Fields

NameRequiredTypeValue
typestring"strong"

Rate this page: