Skip to content

Commit

Permalink
fix(BlockContent): Add ListItem to BlockContent type
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Jun 20, 2019
1 parent 7d07710 commit 53b6d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/text/BlockContent.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ anyOf:
- $ref: CodeChunk.schema.yaml
- $ref: Heading.schema.yaml
- $ref: List.schema.yaml
- $ref: ListItem.schema.yaml
- $ref: Paragraph.schema.yaml
- $ref: QuoteBlock.schema.yaml
- $ref: Table.schema.yaml
Expand Down

0 comments on commit 53b6d8d

Please sign in to comment.