@asciidoctor/core
    Preparing search index...

    Function deriveBackendTraits

    • Derive the backend traits object from a backend name.

      Parameters

      • backend: string

        the backend name (e.g. 'html5', 'docbook5')

      • Optionalbasebackend: string

        optional explicit base backend

      Returns {
          basebackend: string;
          filetype: string;
          htmlsyntax?: string;
          outfilesuffix: string;
      }