@groovy.transform.InheritConstructors class AsciiDocEngine extends DocEngine
A DocEngine implementation that uses Asciidoctor to render pages
| Type | Name and description | 
|---|---|
| org.asciidoctor.Asciidoctor | asciidoctor | 
| java.util.Map | attributes | 
| Constructor and description | 
|---|
| AsciiDocEngine
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | render(java.lang.String content, org.radeox.api.engine.context.RenderContext context) | 
| Methods inherited from class | Name | 
|---|---|
| class DocEngine | addMacro, appendCreateLink, appendLink, appendLink, exists, getNaturalName, init, showCreate | 
Groovy Documentation