markdown-it - v15.0.2
    Preparing search index...

    Function arrayReplaceAt

    • Returns a copy of a token array with the token at pos replaced by newElements. Used to transform token streams without modifying the original array.

      Type Parameters

      • T

      Parameters

      • src: T[]
      • pos: number
      • newElements: T[]

      Returns T[]