Optional
idA unique ID to assign to the enricher type. Required if you want to use the onRender callback.
Optional
onAn optional callback that is invoked when the enriched content is added to the DOM.
The string pattern to match. Must be flagged as global.
Optional
replaceHoist the replacement element out of its containing element if it replaces the entire contents of the element.
The function that will be called on each match. It is expected that this returns an HTML element to be inserted into the final enriched content.