We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markdown-it-anchor/types/index.d.ts
Line 56 in 7a64eec
Should probably allow for options, like the other types nearby.
TypeScript complains e.g. about permalink: MarkdownItAnchor.permalink.headerLink({ safariReaderFix: true }).
permalink: MarkdownItAnchor.permalink.headerLink({ safariReaderFix: true })
Workaround: Put a // @ts-ignore above the line.
// @ts-ignore
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I just fixed this in v8.6.1 so you can remove your // @ts-ignore. Sorry for the late reply :)
Sorry, something went wrong.
thanks!
No branches or pull requests
markdown-it-anchor/types/index.d.ts
Line 56 in 7a64eec
Should probably allow for options, like the other types nearby.
TypeScript complains e.g. about
permalink: MarkdownItAnchor.permalink.headerLink({ safariReaderFix: true })
.Workaround: Put a
// @ts-ignore
above the line.The text was updated successfully, but these errors were encountered: