jdalton / docdown

A simple JSDoc to Markdown generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOC: Properties starting with "$" lead to duplicated link label

backflip opened this issue · comments

Source:

this.$items = $('…');
this.bla = 'bla';

Output:

## `Properties`
* [`$items$items`](#$items)
* [`bla`](#bla)

It looks like the member is assumed to be $items.

Thanks, at first glance it looks like a regexp thing :)

Can't repro this in the JS port.