SchemaMatchers
SchemaMatchers =
object
Defined in: block-tools/src/schema-matchers.ts:30
Properties
Section titled “Properties”image?
Section titled “image?”
optional
image:ImageSchemaMatcher
Defined in: block-tools/src/schema-matchers.ts:35
Called whenever the HTML parsing encounters an <img>
element that is
inferred to be a block element.
inlineImage?
Section titled “inlineImage?”
optional
inlineImage:ImageSchemaMatcher
Defined in: block-tools/src/schema-matchers.ts:40
Called whenever the HTML parsing encounters an <img>
element that is
inferred to be an inline element.