Checks if an asciidoc file has missing delimited blocks
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
Use the following function:
asciidocLinkCheck(asciidoc)
Accepts an asciidoc
file and displays information on screen.