Type alias LinkReferenceMatchFunction

LinkReferenceMatchFunction: ((full: string, name: string, url: string, title: string) => void)

Type declaration

    • (full: string, name: string, url: string, title: string): void
    • Link reference match function.

      Parameters

      • full: string

        full link reference

      • name: string

        link reference name

      • url: string

        link reference url

      • title: string

        link reference title

      Returns void

Generated using TypeDoc