ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface ReleaseSection

    One group of release-note bullets, e.g. everything under an ### Added heading.

    interface ReleaseSection {
        title?: string;
        items: string[];
    }
    Index

    Properties

    Properties

    title?: string

    Heading text, or undefined for bullets that precede any heading.

    items: string[]

    Bullet lines, stripped of markdown markers.