Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    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