Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
//{{asciidoctorCode}}
//{{asciidoctorAPI}}
//{{asciidoctorVersion}}
/**
* Get Asciidoctor.js version number.
*
* @memberof Asciidoctor
* @returns {string} - returns the version number of Asciidoctor.js.
*/
Asciidoctor.prototype.getVersion = function () {
return ASCIIDOCTOR_JS_VERSION
}
return Opal.Asciidoctor
}))