@stencila/schema
Version:
Stencila schema and other specifications
12 lines (11 loc) • 305 B
YAML
title: BlockContent
description: Block content.
anyOf:
- $ref: CodeBlock.schema.yaml
- $ref: CodeChunk.schema.yaml
- $ref: Heading.schema.yaml
- $ref: List.schema.yaml
- $ref: Paragraph.schema.yaml
- $ref: QuoteBlock.schema.yaml
- $ref: Table.schema.yaml
- $ref: ThematicBreak.schema.yaml