Lloyd Brookes

Results 159 comments of Lloyd Brookes

PR Merged and released, let me know if there's anything else. Feel free to also test the [jsdocm2d v9 pre-release](https://github.com/jsdoc2md/jsdoc-to-markdown/releases/) if you like.

Hi, currently most users document async functions [like this](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki/Promises) which also gives you the opportunity to specify `@fulfil` and `@reject`.. However, i tested your partial and it looks good too.....

confirmed, thanks.. sorry i took so long..

Hi, thanks for looking into this.. I'll have a detailed look when I get time - the first thing I'll check is whether we're working around a jsdoc issue or...

Hi, thanks for the PR - I gave it a try in the testbed with dozens of example test cases.. The output looks ok (as you intended I assume) except...

could you post some code and a command I can run please, so I can see and debug the issue.

Grouping by category is already possible.. See [this folder in the testbed](https://github.com/jsdoc2md/testbed/tree/49881c2f3b392caeecedd39e37772be03c1c16e8/build/jsdoc2md/tags/category) - have a look at the example source in `0-src.js` and the output in `3-dmd.md`.. Have a play...

Will take a deeper look.. It could still make [V9 which is still in beta](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)..

Was your issue partly due to the fact you were unable to modify a built-in helper (e.g. `inlineLinks`) similar to this report #91 ?

Nevermind, I closed the issue I just mentioned (#91) as I couldn't reproduce the issue - it _is_ possible to override system helpers and partials. I think you could implement...