The underline
mark is intended to be applied to text nodes to indicate underline styling.
1 2 3 4 5 6 7 8 9
{
"type": "text",
"text": "Hello world",
"marks": [
{
"type": "underline"
}
]
}
Name | Mandatory | Type | Value | Notes |
---|---|---|---|---|
type | ✔ | string | "underline" |