inline_tokenizer

inline_tokenizer(processor: Object): undefined

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).

Example

var tooltip = new mapboxgl.Popup()
  .setLatLng(map.unproject(e.point))
  .setHTML("<h1>Hello World!</h1>")
  .addTo(map);

Parameters

processor (Object) remark instance

Returns

undefined:
© 2016 BigCorp
Generated by documentation.js v4.0.0