@argdown/core
    Preparing search index...

    Class SaysWhoPlugin

    Adds proponents to argument node label text.

    This is just a simple toy plugin for demonstration purposes. It is used in the Argdown documentation to teach how to write custom plugins.

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    name: string = "SaysWhoPlugin"

    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]].