Open D-Marc1 opened 4 years ago
Do you see the same issue when generating docs with jsdoc directly?
Jsdoc2md uses jsdoc internally. If it is an issue with jsdoc, please let them know.
Just tried it and it doesn't happen on regular jsdoc. I can confirm it's an issue specific to this plugin.
Might sound confusing by the title, so I'll try to explain myself. When I do
@param {string} [myVar = '']
, the output becomes"''"
. I just do a find and replace every time I make a change to the docs, but this is definitely a bug.