wdpr
    Preparing search index...
    • Render a clear-float element as an invisible <div> with the appropriate CSS clear property.

      The output matches Wikidot's rendering: a zero-height div with font-size: 1px to prevent layout collapse in some browsers.

      Parameters

      • ctx: RenderContext

        The current render context.

      • direction: ClearFloat

        CSS clear direction ("left", "right", or "both").

      Returns void