@wdprlib/decompiler
    Preparing search index...

    Function recognizeSpanContainer

    • Recognize a <span> element and map it to the appropriate AST container.

      Handles underline, strikethrough (via text-decoration), size (via font-size), raw text (via white-space: pre-wrap), and hidden/invisible spans.

      Parameters

      Returns Element | null

      The recognised element, or null if the span should fall through to a generic span container.