Heading
A heading.
Analogues of Delete
in other schema include: - HTML <h1>
to <h6>
- JATS XML <title>
- Pandoc Header
Properties​
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
content | stencila:content | Array of InlineContent | Content of the heading. | Heading |
depth | stencila:depth | integer | The depth of the heading. | Heading |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Examples​
{
"type": "Heading",
"depth": 2,
"content": [
"Secondary Heading"
]
}
Related​
- Parent: Entity
- Descendants: None
Available as​
- JSON-LD
- JSON Schema
- Python
class Heading
- TypeScript
interface Heading
- R
class Heading
- Rust
struct Heading
Source​
This documentation was generated from Heading.schema.yaml.