Closed m-gallesio closed 1 year ago
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.
@types/markdown-it
Token.children
Thanks!
I'm pretty sure inline and image nodes always have children, so you could use ! there instead of run-time constructs.
!
Should be done.
Merged!
Added a reference to
@types/markdown-it
from DefinitelyTyped, replacing the types marked as FIXME and slightly adapting references toToken.children
to account for its nullability.