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
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
The text was updated successfully, but these errors were encountered:
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 intoMarkdownString
.* @param {MdBlock[]} mdBlocks - Defines max depth of nesting
to
* @param {MdBlock[]} mdBlocks - Array of markdown blocks
The text was updated successfully, but these errors were encountered: