Login  Register

Re: extension preprocessor

Posted by mojavelinux on Oct 27, 2013; 10:25pm
URL: https://discuss.asciidoctor.org/extension-preprocessor-tp886p895.html


On Sun, Oct 27, 2013 at 2:55 PM, asotobu [via Asciidoctor :: Discussion] <[hidden email]> wrote:

The passthrough example works perfectly. I have created an Extension that it is auto-installed and let users use arrows-and-boxes project inside AsciiDoc documents

That's great news! That's going to open a lot of possibilities for projects using Asciidoctor!

You're going to be a step ahead of the Ruby implementation because we've yet to sort out how to auto-register extensions from the LOAD_PATH :)

Btw, the Asciidoctor build now uses its own extension (to fix a bug in Yardoc). Check it out! https://github.com/asciidoctor/asciidoctor/blob/master/Rakefile#L67-L74