Skip to content

Commit

Permalink
docs: fix getHeadingList jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jun 10, 2024
1 parent 41da687 commit c9ca14b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export interface HeadingData {
/**
* Returns a list of headings with the ids as computed by gfmHeadingId
*
* @param tokens a lexer output
* @param options Options for the extension
* @returns A string formatted the same as what would {@link gfmHeadingId} do.
* @returns An array of HeadingData with level, text and id.
*/
export function getHeadingList(): HeadingData[];

Expand Down

0 comments on commit c9ca14b

Please sign in to comment.