Skip to content

v3.1.0

Choose a tag to compare

@ggrossetie ggrossetie released this 19 Jan 14:41
  • allow to override the showVersion or version function
class RevealJsInvoker extends Invoker {
 version () {
   return `Asciidoctor reveal.js 3.0.1 using ${super.version()}`
 }
}
  • deprecate static function printVersion
  • enable GitHub Actions to build the project