@argdown/core
    Preparing search index...

    Class RegroupPlugin

    Applies the regroup group setting by deleting all sections derived from headings and creating new ones based on the settings.

    Transforms the response.sections field and the section property of arguments and equivalence classes. This plugin should be run before the [[ColorPlugin]]

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = "RegroupPlugin"

    The name of the plugin

    run: IRequestHandler = ...

    Use this method to do the main work outside of the Argdown AST. This is the last method to be called by the [[ArgdownApplication]].

    Methods