asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Class EmojiBlockMacro should be renamed to EmojiInlineMacro #48

Closed edusantana closed 9 years ago

edusantana commented 9 years ago

I don't know if it matters, but in the file emoji-inline-macro/extension.rb, the class has a wrong name, it's EmojiBlockMacro, it should be EmojiInlineMacro instead.

mojavelinux commented 9 years ago

Indeed! We should definitely make that fix. Want to do the honor of sending the pull request?