Loading
asciidoctor: add the tilt gem
This will enable the Asciidoctor's templating feature: https://docs.asciidoctor.org/asciidoctor/latest/convert/templates/ The ERB templates will work out-of-the box, any other templates (such as Haml or Slim) would need additional gems installed: https://github.com/rtomayko/tilt#readme Fixes: #104815