Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...
    • Fix common HTML nesting errors in article content.

      Corrects invalid block-level nesting patterns:

      • <p><ul> → removes the enclosing <p> so the <ul> list is not nested inside a <p> paragraph
      • <p><ol> → removes the enclosing <p> so the <ol> list is not nested inside a <p> paragraph
      • <p><div> → removes the enclosing <p> so the block-level <div> is not nested inside a <p> paragraph
      • Orphaned </p> immediately after </ul> → removed
      • Orphaned </p> immediately after </ol> → removed
      • Orphaned </p> immediately after </div> (when wrapped by <p>) → removed

      Parameters

      • content: string

        Raw HTML content

      Returns string

      Fixed HTML content