From 53b6d8d9594d5c0154fccd3051a98d3106c0f9ed Mon Sep 17 00:00:00 2001 From: Alex Ketch Date: Thu, 20 Jun 2019 19:35:24 -0400 Subject: [PATCH] fix(BlockContent): Add ListItem to BlockContent type --- schema/text/BlockContent.schema.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/text/BlockContent.schema.yaml b/schema/text/BlockContent.schema.yaml index ae1cdef57c..687829aa16 100644 --- a/schema/text/BlockContent.schema.yaml +++ b/schema/text/BlockContent.schema.yaml @@ -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