A remark plugin that installs
tokenizers
and locators
for JSDoc inline {@link}
and {@tutorial}
tags.
This does not handle the [text]({@link url})
and [text]({@tutorial url})
forms of these tags.
That's a JSDoc misfeature; just use regular markdown syntax instead: [text](url)
.
var tooltip = new mapboxgl.Popup()
.setLatLng(map.unproject(e.point))
.setHTML("<h1>Hello World!</h1>")
.addTo(map);
(Object)
remark instance
undefined
: