@asciidoctor/core - v4.0.11
    Preparing search index...

    Namespace ContentModel

    Named constants for the contentModel property on AbstractBlock.

    The content model controls what kind of content a block accepts and how it is converted.

    import { ContentModel } from '@asciidoctor/core'
    const verbatimBlocks = doc.findBy({}, (b) => b.contentModel === ContentModel.VERBATIM || 'reject')

    Variables

    COMPOUND
    EMPTY
    RAW
    SIMPLE
    VERBATIM