UNPKG

marked-footnote

Version:
6 lines (5 loc) 315 B
import type { RendererExtension } from 'marked'; /** * Returns an extension object for rendering the list of footnotes. */ export declare function createFootnotes(prefixId: string, prefixData: string, footnoteDivider: boolean, sectionClass: string, headingClass: string, backRefLabel: string): RendererExtension;