Re: Upgrading Asciidoctor.js to the latest version of Asciidoctor
Posted by
Adam Beynon on
Sep 24, 2013; 11:34am
URL: https://discuss.asciidoctor.org/Upgrading-Asciidoctor-js-to-the-latest-version-of-Asciidoctor-tp636p651.html
Update 2:
asciidoctor.js is now fully working in my fork,
http://github.com/adambeynon/asciidoctor.js, and you must run opal from master (as setup in the Gemfile). There was a bug in `Enumerable#collect` which is now fixed, and a slight change was needed in the example to be compliant with Opals new native sending.
Adam.