Documentation for Simbo's Packages
    Preparing search index...
    • Injects content between two html comments in a the given string content.

      All occurrences of HTML comments matching the respective comment text will be processed.

      Parameters

      • content: string

        The original content to modify.

      • inject: string

        The content to inject between the comments.

      • options: Options = {}

        The options for the injection.

      Returns string

      The updated content including the injected content.