Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Inject (or replace) a RiR follow-up table block in a Markdown document.

      The block is delimited by HTML comment markers:

      โ€ฆ table โ€ฆ

      If the markers are absent the table is appended to the end of the document.

      Parameters

      • documentContent: string

        Existing Markdown document content

      • records: readonly RirFollowUpRecord[]

        RiR records to render

      • asOf: string | Date = ...

        Reference date for status derivation. Defaults to now.

      Returns string

      Updated document content with the RiR table injected or replaced.