Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Feb 7, 2020 · 6 revisions

Block

A block structure element.

public protocol Block

Conforming Types

Block.ContainerBlock, Block.ContainerBlock.BlockQuote.List.List.Item.LeafBlock

Requirements

ContainerBlock

A block that can contain other blocks.

public protocol ContainerBlock: Block

Clone this wiki locally