Delete
Content that is marked for deletion
Analogues of Delete
in other schema include: - HTML <del>
- JATS XML <strike>
- MDAST Delete
- Pandoc Strikeout
Properties​
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
content | stencila:content | Array of InlineContent | The content that is marked. | Mark |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Examples​
{
"type": "Paragraph",
"content": [
"The following is ",
{
"type": "Delete",
"content": [
"marked for deletion"
]
},
"."
]
}
Related​
- Parent: Mark
- Descendants: None
Available as​
- JSON-LD
- JSON Schema
- Python
class Delete
- TypeScript
interface Delete
- R
class Delete
- Rust
struct Delete
Source​
This documentation was generated from Delete.schema.yaml.