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
It seems that the package contains an error in the transcription to TypeScript, I have been investigating and the problem seems to be another package installed in the same simple-markdown@latestversion
Generic type 'Output' requires 1 type argument (s)
document: node_modules/simple-markdown/simple-markdown.d.ts
line: 64
node: ASTNode,
state?: OptionalState
) => Result;
Thanks a lot.
The text was updated successfully, but these errors were encountered:
I have tried to solve the problem by adding a result with the following format even though I don't know which one to place because I don't fully understand the system export function toHTML(source: string, options?: HTMLOptions, customParser?: markdown.Parser, customOutput?: markdown.Output<string>): string; export function toHTML(source: string, options?: HTMLOptions, customParser?: markdown.Parser, customOutput?: markdown.Output<any>): string;
It seems that the package contains an error in the transcription to TypeScript, I have been investigating and the problem seems to be another package installed in the same
simple-markdown@latestversion
Generic type 'Output' requires 1 type argument (s)
document:
node_modules/simple-markdown/simple-markdown.d.ts
line:
64
Thanks a lot.

The text was updated successfully, but these errors were encountered: