Added reference to MarkdownIt typings #93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a reference to
@types/markdown-itfrom DefinitelyTyped, replacing the types marked as FIXME and slightly adapting references toToken.childrento account for its nullability.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!