Asciidoc extension to mark the first instance of a term on a page, typically with a copyright symbol
npm install @neo4j-antora/mark-termsMarks the first usage of a term or terms on a page by appending asciidoc after the term. Typically, this is used to add a registered trademark.
Add the extension to a playbook:
```
asciidoc:
extensions:
- ./extensions/mark-terms/mark-terms.js
Add a comma-separated list of terms to be marked:
``
asciidoc:
attributes:
page-terms-to-mark: Term1, Term2
Optionally, specify an HTML entity to be appended to the first instance of the term:
``
asciidoc:
attributes:
page-terms-marker: '©'
If you don't specify a value for page-terms-marker, the default value is used.®`
The default value is