Skip to content

Configuration

How to make the script ignore parts of the page

Section titled “How to make the script ignore parts of the page”

If you don’t want the script to run on certain elements and its descendants, then please decorate any such HTML element with the data-mentionlink-ignore attribute. For example:

<div data-mentionlink-ignore>
<p>Text you don't want Mentionlink to hyperlink or rewrite.</p>
</div>