pubmed-client (Node.js)
    Preparing search index...

    Interface MarkdownOptions

    Markdown conversion options

    interface MarkdownOptions {
        includeFigureCaptions?: boolean;
        includeMetadata?: boolean;
        includeOrcidLinks?: boolean;
        includeToc?: boolean;
        useYamlFrontmatter?: boolean;
    }
    Index

    Properties

    includeFigureCaptions?: boolean

    Include figure captions

    includeMetadata?: boolean

    Include metadata header

    includeOrcidLinks?: boolean

    Include ORCID links for authors

    includeToc?: boolean

    Include table of contents

    useYamlFrontmatter?: boolean

    Use YAML frontmatter for metadata