Sensemaking Tools Documentation
    Preparing search index...

    Type Alias CitationFormat

    CitationFormat: "XML" | "MARKDOWN"

    Specifies the format for citations within a summary.

    XML includes ID only, MARKDOWN includes text and votes as well.

    EXAMPLES:

    Input contents:

    • "Members of Group A want cleaner parks." with comment IDs [123, 345]
    • " However, they disagree..." with comment ID [678]
    • " and others favoring..." with comment ID [912]

    Output (XML format): Members of Group A want cleaner parks. However, they disagree... and others favoring...

    Output (MARKDOWN format): Members of Group A want cleaner parks.[123[345] However, they disagree...[678] and others favoring...[912]