Mark
A base class for nodes that mark some other inline content in some way (e.g. as being emphasised, or quoted).
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 |
Related​
- Parent: Entity
- Descendants: Delete, Emphasis, NontextualAnnotation, Quote, Strong, Subscript, Superscript
Available as​
- JSON-LD
- JSON Schema
- Python
class Mark
- TypeScript
interface Mark
- R
class Mark
- Rust
struct Mark
Source​
This documentation was generated from Mark.schema.yaml.