Socket
Socket
Sign inDemoInstall

@neo4j-antora/mark-terms

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @neo4j-antora/mark-terms

Asciidoc extension to mark the first instance of a term on a page, typically with a copyright symbol


Version published
Weekly downloads
49
decreased by-31.94%
Maintainers
1
Install size
4.18 kB
Created
Weekly downloads
 

Readme

Source

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.js

Add a comma-separated list of terms to be marked:

asciidoc:
  attributes:
    page-terms-to-mark: Term1, Term2

Optionally, add the asciidoc to be appended to the first instance of the term:

asciidoc:
  attributes:
    page-terms-marker: ©

If you don't add page-terms-marker, the default value is used. The default value is ®

Limitationa and known issues

The extension reads the document blocks and matches

FAQs

Last updated on 15 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc