Version 1.1.0
Minor
- Support JSDoc inline tag links (e.g.
[`b` method]{@link A#b}) for descriptions and tags with markdown content, closes #5.
Patch
- Correct slugs for successive type member links, fixes #6.
- Display CLI options as code in the readme.
- Internally refactor
jsdocAstToMembertojsdocToMember.