@asciidoctor/core
    Preparing search index...

    Type Alias SyntaxProcessorDslInterface

    SyntaxProcessorDslInterface: ProcessorDslInterface & {
        contentModel(value: string): void;
        defaultAttributes(value: Record<string, string>): void;
        defaultAttrs(value: Record<string, string>): void;
        named(value: string): void;
        namePositionalAttributes(...value: string[]): void;
        parseContentAs(value: string): void;
        positionalAttributes(...value: string[]): void;
        positionalAttrs(...value: string[]): void;
        resolveAttributes(...args: unknown[]): void;
        resolvesAttributes(...args: unknown[]): void;
    }

    DSL interface for syntax processors (BlockProcessor, BlockMacroProcessor, InlineMacroProcessor).