-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method prepend when rendering table #178
Comments
I think it's because we are using
This method is not (yet) implemented in Opal, see opal/opal#1753 attrs_str = attrs.empty? ? '' : ' ' + attrs.join(' ') |
I totally agree. |
…ation `prepend` method is not implemented in Opal and will throw an expection at runtime, when using Asciidoctor Reveal.js in a JavaScript environment.
…ation `prepend` method is not implemented in Opal and will throw an exception at runtime, when using Asciidoctor Reveal.js in a JavaScript environment.
Resolves #178, replace prepend method by a string concatenation
Great, thanks for the fix. |
I think @obilodeau said that he was unable to run the release because the build is currently failing on his machine. Once he gets that sorted out, then he'll probably notify us. |
It looks like there's a change in Ruby 2.5 that's resulting in a syntax error in the generated converter code. This doesn't surprise me as Ruby 2.5 seems to have broken things in temple. @obilodeau I recommend releasing from Ruby 2.4 for now, though obviously we'll have to sort out this syntax error if it affects users with 2.5. |
@gquintana version 1.1.3 was just released. Can you try it, please? |
Perfect. Thanks @obilodeau |
I get this error
When I build a slide deck containing a slide with a table:
My node modules are:
The text was updated successfully, but these errors were encountered: