asciidoc-blocks-check
v1.0.4
Published
Checks if an asciidoc file has missing delimited blocks
Downloads
2
Readme
asciidoc-blocks-check
Checks if an asciidoc file has missing delimited blocks
Installation
To add the module to your project, run:
npm install --save asciidoc-blocks-check
To install the command line tool globally, run:
npm install -g asciidoc-blocks-check
API
Use the following function:
asciidocLinkCheck(asciidoc)
Accepts an asciidoc
file and displays information on screen.