Rate this page:
The strike
mark sets strike-through styling. This mark applies to text
nodes.
1 2 3 4 5 6 7 8 9
{
"type": "text",
"text": "Hello world",
"marks": [
{
"type": "strike"
}
]
}
Name | Required | Type | Value |
---|---|---|---|
type | ✔ | string | "strike" |
Rate this page: