com.github.rahulsom.grooves.asciidoctor.GroovesExtensionRegistry.groovy Maven / Gradle / Ivy
package com.github.rahulsom.grooves.asciidoctor
import org.asciidoctor.Asciidoctor
import org.asciidoctor.extension.spi.ExtensionRegistry
import org.kordamp.jipsy.ServiceProviderFor
/**
* Registers {@link EventsBlock} as esdiag
*
* @author Rahul Somasunderam
*/
@ServiceProviderFor(ExtensionRegistry)
class GroovesExtensionRegistry implements ExtensionRegistry {
void register(Asciidoctor asciidoctor) {
asciidoctor.javaExtensionRegistry().block 'esdiag', EventsBlock
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy