-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Some docstring blocks might generate links inside links. Specifically...
/**
* @class KeyboardEvent
* @inherits Event
* @property originalEvent: DOMEvent
* The original [DOM `KeyboardEvent`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent) that triggered this Leaflet event.
*/
...turns DOM `KeyboardEvent`
into DOM <a href='#keyboardevent`>KeyboardEvent</a>
, breaking the outer link.
Metadata
Metadata
Assignees
Labels
No labels