Skip to content
New issue

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

JSDoc type for blocksToMarkdown's mdBlocks #110

Open
matysikatwork opened this issue Jun 10, 2024 · 0 comments
Open

JSDoc type for blocksToMarkdown's mdBlocks #110

matysikatwork opened this issue Jun 10, 2024 · 0 comments

Comments

@matysikatwork
Copy link

matysikatwork commented Jun 10, 2024

In the blocksToMarkdown definition, the mdBlocks argument JSDoc hint is "Defines max depth of nesting," but I think this is a typo and it should read "Array of markdown blocks" as in toMarkdownString.

* @param {MdBlock[]} mdBlocks - Defines max depth of nesting
to
* @param {MdBlock[]} mdBlocks - Array of markdown blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant