Added reference to MarkdownIt typings #93

Merged
m-gallesio merged 2 commits from master into master 2023-05-01 08:19:18 +02:00
m-gallesio commented 2023-04-29 11:15:45 +02:00 (Migrated from github.com)

Added a reference to @types/markdown-it from DefinitelyTyped, replacing the types marked as FIXME and slightly adapting references to Token.children to account for its nullability.

Added a reference to `@types/markdown-it` from DefinitelyTyped, replacing the types marked as FIXME and slightly adapting references to `Token.children` to account for its nullability.
marijnh commented 2023-04-29 12:43:07 +02:00 (Migrated from github.com)

Thanks!

I'm pretty sure inline and image nodes always have children, so you could use ! there instead of run-time constructs.

Thanks! I'm pretty sure inline and image nodes always have children, so you could use `!` there instead of run-time constructs.
m-gallesio commented 2023-04-29 23:33:16 +02:00 (Migrated from github.com)

Should be done.

Should be done.
marijnh commented 2023-05-01 08:19:26 +02:00 (Migrated from github.com)

Merged!

Merged!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-markdown!93
No description provided.