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)
.
inlineSuperprocessor
TypeError
when provided with an invalid processor
var tooltip = new mapboxgl.Popup()
.setLatLng(map.unproject(e.point))
.setHTML("<h1>Hello World!</h1>")
.addTo(map);
Object
a remark instance
string
name of the thing
Array<any>
some description
Array<any>
this property has a super duper long description just to break everything, because
there's so much text here. This is for that weird case where people write a novel as
the description for a property.