@neo4j-antora/mark-terms
v1.1.4
Published
Asciidoc extension to mark the first instance of a term on a page, typically with a copyright symbol
Readme
mark-terms
Marks 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.
Usage
Add the extension to a playbook:
asciidoc:
extensions:
- ./extensions/mark-terms/mark-terms.jsAdd a comma-separated list of terms to be marked:
asciidoc:
attributes:
page-terms-to-mark: Term1, Term2Optionally, 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 ®
