link_anchor
- To link terms, need an attribute
data-anchor="some-identifier". - If the term is in a tag, for example
<strong>, then the attribute is added to it<strong data-anchor="some-identifier">. - If the term is in the text, wrap it in a
<span>tag with an attribute<span data-anchor="some-identifier">Term text</span>.