You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Prepended to every generated id. Use `"user-content-"` to reproduce GitHub's ids verbatim. Default: `""`. */
prefixId?: string;
/** Text of the visually hidden footnotes section heading. Default: `"Footnotes"`. */
heading?: string;
/** aria-label template for back-reference links. Use `{0}` for the reference number, `{1}` for the suffix (e.g. "-2"). Default: `"Back to reference {0}{1}"`. */
backRefLabel?: string;
}
export function markedGithubFootnote(options?: MarkedGithubFootnoteOptions): MarkedExtension;