• Takes an array of files and returns all existing md-* elements found inside the corresponding files. Pruned and unified.

    Parameters

    • filepaths: string[]
    • includeComments: boolean = false

    Returns Promise<MdElement[]>

    Argument

    filepaths Array of files to analyze.

    Argument

    includeComments Whether to strip comment from the content or not.

Generated using TypeDoc